Author: bugman
Date: Fri Nov 21 17:45:39 2014
New Revision: 26693
URL: http://svn.gna.org/viewcvs/relax?rev=26693&view=rev
Log:
Fixes for all of the Frame_order system tests - the temporary directories are
now being deleted.
The system test base class tearDown() method is now being called to properly
clean up after the
tests.
Modified:
branches/frame_order_cleanup/test_suite/system_tests/frame_order.py
Modified: branches/frame_order_cleanup/test_suite/system_tests/frame_order.py
URL:
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/test_suite/system_tests/frame_order.py?rev=26693&r1=26692&r2=26693&view=diff
==============================================================================
--- branches/frame_order_cleanup/test_suite/system_tests/frame_order.py
(original)
+++ branches/frame_order_cleanup/test_suite/system_tests/frame_order.py Fri Nov
21 17:45:39 2014
@@ -155,8 +155,8 @@
def tearDown(self):
"""Clean up after the tests."""
- # Reset the relax data store.
- self.interpreter.reset()
+ # Call the base class tearDown() method to remove the temporary
directory.
+ super(Frame_order, self).tearDown()
# Remove flags from the status object.
if hasattr(status, 'flag_rdc'):
_______________________________________________
relax (http://www.nmr-relax.com)
This is the relax-commits mailing list
[email protected]
To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits