-dot
authorChristian Grothoff <christian@grothoff.org>
Mon, 2 Apr 2012 13:57:01 +0000 (13:57 +0000)
committerChristian Grothoff <christian@grothoff.org>
Mon, 2 Apr 2012 13:57:01 +0000 (13:57 +0000)
src/peerinfo-tool/test_gnunet_peerinfo.py.in

index 8a954641ad2390c5592bb300387a8a463b61d889..bff673e3b122c5695d0b63358459b34aa5c3e7ed 100755 (executable)
@@ -43,7 +43,7 @@ elif os.name == 'nt':
 
 pinfo = pexpect ()
 pinfo.spawn (None, [peerinfo, '-i', '-c', 'test_gnunet_peerinfo_data.conf', '-L', 'ERROR'], stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
-pinfo.expect ("stdout", re.compile (r'Error in communication with PEERINFO service: Failed to transmit iteration request to `PEERINFO\' service\r?\n'))
+pinfo.expect ("stdout", re.compile (r'Error in communication with PEERINFO service: Timeout transmitting iteration request to `PEERINFO\' service.\r?\n'))
 pinfo.expect ("stdout", "EOF")
 
 if os.name == "nt":