You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by kg...@apache.org on 2013/04/26 22:16:27 UTC

svn commit: r1476377 - /qpid/proton/trunk/tests/python/proton_tests/common.py

Author: kgiusti
Date: Fri Apr 26 20:16:27 2013
New Revision: 1476377

URL: http://svn.apache.org/r1476377
Log:
PROTON-301: fix error introduced in common.py

Modified:
    qpid/proton/trunk/tests/python/proton_tests/common.py

Modified: qpid/proton/trunk/tests/python/proton_tests/common.py
URL: http://svn.apache.org/viewvc/qpid/proton/trunk/tests/python/proton_tests/common.py?rev=1476377&r1=1476376&r2=1476377&view=diff
==============================================================================
--- qpid/proton/trunk/tests/python/proton_tests/common.py (original)
+++ qpid/proton/trunk/tests/python/proton_tests/common.py Fri Apr 26 20:16:27 2013
@@ -290,7 +290,7 @@ class MessengerApp(object):
     def start(self, verbose=False):
         """ Begin executing the test """
         if sys.platform.startswith("java"):
-            raise common.Skipped("Skipping soak tests - not supported under Jython")
+            raise Skipped("Skipping soak tests - not supported under Jython")
         cmd = self.cmdline()
         self._verbose = verbose
         if self._verbose:



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