mailr16416 - /branches/uf_redesign/test_suite/gui_tests/base_classes.py


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

Header


Content

Posted by edward on May 23, 2012 - 18:17:
Author: bugman
Date: Wed May 23 18:17:52 2012
New Revision: 16416

URL: http://svn.gna.org/viewcvs/relax?rev=16416&view=rev
Log:
Removed the reinitialisation of the relax data store GUI object in the GUI 
test tearDown() method.

This is not needed as it is done by the data store reset anyway.


Modified:
    branches/uf_redesign/test_suite/gui_tests/base_classes.py

Modified: branches/uf_redesign/test_suite/gui_tests/base_classes.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/test_suite/gui_tests/base_classes.py?rev=16416&r1=16415&r2=16416&view=diff
==============================================================================
--- branches/uf_redesign/test_suite/gui_tests/base_classes.py (original)
+++ branches/uf_redesign/test_suite/gui_tests/base_classes.py Wed May 23 
18:17:52 2012
@@ -248,8 +248,5 @@
                 # Destroy the Python object part.
                 delattr(self.app.gui, window)
 
-        # Recreate the GUI data object.
-        ds.relax_gui = Gui()
-
         # Flush all wx events to make sure the GUI is ready for the next 
test.
         wx.Yield()




Related Messages


Powered by MHonArc, Updated Wed May 23 19:00:02 2012