summaryrefslogtreecommitdiff
path: root/qpid/python
diff options
context:
space:
mode:
authorRafael H. Schloming <rhs@apache.org>2009-08-11 19:47:06 +0000
committerRafael H. Schloming <rhs@apache.org>2009-08-11 19:47:06 +0000
commit386650d00cadaf2bcf3c1c70f8c2452bd3add93b (patch)
treef678247654a4504e68cf2cfec12681c3b94ece93 /qpid/python
parent8b0e297e563e53c9577ab740518ba5acd34a29ea (diff)
downloadqpid-python-386650d00cadaf2bcf3c1c70f8c2452bd3add93b.tar.gz
added defines to base test class
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@803262 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/python')
-rw-r--r--qpid/python/qpid/testlib.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/python/qpid/testlib.py b/qpid/python/qpid/testlib.py
index 31c376b2f9..1439b892ea 100644
--- a/qpid/python/qpid/testlib.py
+++ b/qpid/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()