gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r20860 - gnunet/src/peerinfo-tool


From: gnunet
Subject: [GNUnet-SVN] r20860 - gnunet/src/peerinfo-tool
Date: Mon, 2 Apr 2012 15:57:01 +0200

Author: grothoff
Date: 2012-04-02 15:57:01 +0200 (Mon, 02 Apr 2012)
New Revision: 20860

Modified:
   gnunet/src/peerinfo-tool/test_gnunet_peerinfo.py.in
Log:
-dot

Modified: gnunet/src/peerinfo-tool/test_gnunet_peerinfo.py.in
===================================================================
--- gnunet/src/peerinfo-tool/test_gnunet_peerinfo.py.in 2012-04-02 13:55:53 UTC 
(rev 20859)
+++ gnunet/src/peerinfo-tool/test_gnunet_peerinfo.py.in 2012-04-02 13:57:01 UTC 
(rev 20860)
@@ -43,7 +43,7 @@
 
 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":




reply via email to

[Prev in Thread] Current Thread [Next in Thread]