diff options
author | Rafael H. Schloming <rhs@apache.org> | 2009-08-11 19:47:06 +0000 |
---|---|---|
committer | Rafael H. Schloming <rhs@apache.org> | 2009-08-11 19:47:06 +0000 |
commit | 28d901ce0c8d45e9bcc8ca67f7e7f5c6fbf70948 (patch) | |
tree | 29a4d049264e69081a2d5e24d09f9be426107c41 /python/qpid/testlib.py | |
parent | 176cc4e56e794c5395c8a78dbd3b419f3adeb93c (diff) | |
download | qpid-python-28d901ce0c8d45e9bcc8ca67f7e7f5c6fbf70948.tar.gz |
added defines to base test class
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@803262 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python/qpid/testlib.py')
-rw-r--r-- | python/qpid/testlib.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/qpid/testlib.py b/python/qpid/testlib.py index 31c376b2f9..1439b892ea 100644 --- a/python/qpid/testlib.py +++ b/python/qpid/testlib.py @@ -181,6 +181,7 @@ class TestBase010(unittest.TestCase): def configure(self, config): self.config = config self.broker = config.broker + self.defines = self.config.defines def setUp(self): self.conn = self.connect() |