mailr14577 - /1.3/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 September 02, 2011 - 15:50:
Author: bugman
Date: Fri Sep  2 15:50:02 2011
New Revision: 14577

URL: http://svn.gna.org/viewcvs/relax?rev=14577&view=rev
Log:
The GUI tests in the test suite no longer have IO redirected to a window in 
Mac OS X and MS Windows!


Modified:
    1.3/test_suite/gui_tests/base_classes.py

Modified: 1.3/test_suite/gui_tests/base_classes.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/gui_tests/base_classes.py?rev=14577&r1=14576&r2=14577&view=diff
==============================================================================
--- 1.3/test_suite/gui_tests/base_classes.py (original)
+++ 1.3/test_suite/gui_tests/base_classes.py Fri Sep  2 15:50:02 2011
@@ -81,7 +81,7 @@
         ds.tmpdir = mkdtemp()
 
         # Start the GUI.
-        self.app = wx.App()
+        self.app = wx.App(redirect=False)
 
         # Build the GUI.
         self.gui = Main(parent=None, id=-1, title="")




Related Messages


Powered by MHonArc, Updated Fri Sep 02 16:20:01 2011