mailr26693 - /branches/frame_order_cleanup/test_suite/system_tests/frame_order.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on November 21, 2014 - 17:45:
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'):




Related Messages


Powered by MHonArc, Updated Fri Nov 21 18:20:03 2014