Author: tross
Date: Mon May 19 15:12:13 2014
New Revision: 1595928
URL: http://svn.apache.org/r1595928
Log:
DISPATCH-1 - Added missing cleanup in the new test.
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=1595928&r1=1595927&r2=1595928&view=diff
==============================================================================
--- qpid/dispatch/trunk/tests/system_tests_one_router.py (original)
+++ qpid/dispatch/trunk/tests/system_tests_one_router.py Mon May 19 15:12:13
2014
@@ -992,7 +992,7 @@ class RouterTest(unittest.TestCase):
tm.address = addr
##
- ## Pre-existing ingress
+ ## Pre-existing TO
##
tm.annotations = {'x-opt-qd.to': 'toov/1'}
for i in range(10):
@@ -1008,6 +1008,9 @@ class RouterTest(unittest.TestCase):
self.assertEqual(ma.__class__, dict)
self.assertEqual(ma['x-opt-qd.to'], 'toov/1')
+ M1.stop()
+ M2.stop()
+
if __name__ == '__main__':
unittest.main()
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]