You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by tr...@apache.org on 2013/10/31 21:27:48 UTC

svn commit: r1537624 - /qpid/dispatch/trunk/tests/system_tests_one_router.py

Author: tross
Date: Thu Oct 31 20:27:48 2013
New Revision: 1537624

URL: http://svn.apache.org/r1537624
Log:
NO-JIRA - Further backward compatibility for the python tests.

Modified:
    qpid/dispatch/trunk/tests/system_tests_one_router.py

Modified: qpid/dispatch/trunk/tests/system_tests_one_router.py
URL: http://svn.apache.org/viewvc/qpid/dispatch/trunk/tests/system_tests_one_router.py?rev=1537624&r1=1537623&r2=1537624&view=diff
==============================================================================
--- qpid/dispatch/trunk/tests/system_tests_one_router.py (original)
+++ qpid/dispatch/trunk/tests/system_tests_one_router.py Thu Oct 31 20:27:48 2013
@@ -39,7 +39,7 @@ def stopRouter(obj):
 
 class RouterTest(unittest.TestCase):
 
-  if (sys.version_info.major == 2) and (sys.version_info.minor < 7):
+  if (sys.version_info[0] == 2) and (sys.version_info[1] < 7):
     def setUp(self):
       startRouter(self)
 



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