You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by gs...@apache.org on 2012/12/10 23:14:20 UTC

svn commit: r1419836 - /qpid/proton/trunk/tests/proton_tests/messenger.py

Author: gsim
Date: Mon Dec 10 22:14:19 2012
New Revision: 1419836

URL: http://svn.apache.org/viewvc?rev=1419836&view=rev
Log:
PROTON-118: minor change to text of expected error message

Modified:
    qpid/proton/trunk/tests/proton_tests/messenger.py

Modified: qpid/proton/trunk/tests/proton_tests/messenger.py
URL: http://svn.apache.org/viewvc/qpid/proton/trunk/tests/proton_tests/messenger.py?rev=1419836&r1=1419835&r2=1419836&view=diff
==============================================================================
--- qpid/proton/trunk/tests/proton_tests/messenger.py (original)
+++ qpid/proton/trunk/tests/proton_tests/messenger.py Mon Dec 10 22:14:19 2012
@@ -133,7 +133,7 @@ class MessengerTest(Test):
       self.client.put(msg)
     except MessengerException, exc:
       err = str(exc)
-      assert "unable to send to address: totally-bogus-address (" in err, err
+      assert "unable to send to address: totally-bogus-address" in err, err
 
   def testOutgoingWindow(self):
     self.server.accept_mode = MANUAL



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org