Author: kpvdr
Date: 2010-12-06 13:59:07 -0500 (Mon, 06 Dec 2010)
New Revision: 4425
Modified:
store/branches/qpid-0.8/cpp/tests/persistence.py
Log:
Update which makes the old persistence test compatible with Python 2.7
Modified: store/branches/qpid-0.8/cpp/tests/persistence.py
===================================================================
--- store/branches/qpid-0.8/cpp/tests/persistence.py 2010-12-06 18:27:57 UTC (rev 4424)
+++ store/branches/qpid-0.8/cpp/tests/persistence.py 2010-12-06 18:59:07 UTC (rev 4425)
@@ -493,6 +493,7 @@
def __init__(self):
+ TestBase010.__init__(self, "run")
self.setBroker("localhost")
self.errata = []
Show replies by date