You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by kw...@apache.org on 2016/12/28 16:07:28 UTC

qpid-python git commit: QPID-7588: [Python Test Suite] Fix interpret-time problem introduced by 7e0e81b17511

Repository: qpid-python
Updated Branches:
  refs/heads/master 7e0e81b17 -> f0217e0c6


QPID-7588: [Python Test Suite] Fix interpret-time problem introduced by 7e0e81b17511


Project: http://git-wip-us.apache.org/repos/asf/qpid-python/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-python/commit/f0217e0c
Tree: http://git-wip-us.apache.org/repos/asf/qpid-python/tree/f0217e0c
Diff: http://git-wip-us.apache.org/repos/asf/qpid-python/diff/f0217e0c

Branch: refs/heads/master
Commit: f0217e0c6e40d4b8b60e0a3ae9d7516a79503708
Parents: 7e0e81b
Author: Keith Wall <kw...@apache.org>
Authored: Wed Dec 28 16:06:00 2016 +0000
Committer: Keith Wall <kw...@apache.org>
Committed: Wed Dec 28 16:06:18 2016 +0000

----------------------------------------------------------------------
 qpid/testlib.py | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-python/blob/f0217e0c/qpid/testlib.py
----------------------------------------------------------------------
diff --git a/qpid/testlib.py b/qpid/testlib.py
index 132db52..97dff14 100644
--- a/qpid/testlib.py
+++ b/qpid/testlib.py
@@ -49,7 +49,6 @@ class TestBase(unittest.TestCase):
     DEFAULT_USERNAME = "guest"
     DEFAULT_PASSWORD = "guest"
     DEFAULT_PORT = 5672
-    DEFAULT_PORT_TLS = 5671
 
     def configure(self, config):
         self.config = config
@@ -194,6 +193,10 @@ class TestBase010(unittest.TestCase):
     """
     Base class for Qpid test cases. using the final 0-10 spec
     """
+    DEFAULT_USERNAME = "guest"
+    DEFAULT_PASSWORD = "guest"
+    DEFAULT_PORT = 5672
+    DEFAULT_PORT_TLS = 5671
 
     def configure(self, config):
         self.config = config


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