mailr14258 - in /branches/gui_testing/test_suite/gui_tests: model_free.py noe.py rx.py


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

Header


Content

Posted by edward on August 08, 2011 - 14:40:
Author: bugman
Date: Mon Aug  8 14:40:50 2011
New Revision: 14258

URL: http://svn.gna.org/viewcvs/relax?rev=14258&view=rev
Log:
All wx events are now flushed with a wx.Yield() call prior to the data and 
interface checks.


Modified:
    branches/gui_testing/test_suite/gui_tests/model_free.py
    branches/gui_testing/test_suite/gui_tests/noe.py
    branches/gui_testing/test_suite/gui_tests/rx.py

Modified: branches/gui_testing/test_suite/gui_tests/model_free.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/test_suite/gui_tests/model_free.py?rev=14258&r1=14257&r2=14258&view=diff
==============================================================================
--- branches/gui_testing/test_suite/gui_tests/model_free.py (original)
+++ branches/gui_testing/test_suite/gui_tests/model_free.py Mon Aug  8 
14:40:50 2011
@@ -158,6 +158,9 @@
         # Wait for execution to complete.
         analysis.thread.join()
 
+        # Flush all wx events.
+        wx.Yield()
+
         # Exceptions in the thread.
         self.check_exceptions()
 

Modified: branches/gui_testing/test_suite/gui_tests/noe.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/test_suite/gui_tests/noe.py?rev=14258&r1=14257&r2=14258&view=diff
==============================================================================
--- branches/gui_testing/test_suite/gui_tests/noe.py (original)
+++ branches/gui_testing/test_suite/gui_tests/noe.py Mon Aug  8 14:40:50 2011
@@ -132,6 +132,9 @@
         # Wait for execution to complete.
         analysis.thread.join()
 
+        # Flush all wx events.
+        wx.Yield()
+
         # Exceptions in the thread.
         self.check_exceptions()
 

Modified: branches/gui_testing/test_suite/gui_tests/rx.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/test_suite/gui_tests/rx.py?rev=14258&r1=14257&r2=14258&view=diff
==============================================================================
--- branches/gui_testing/test_suite/gui_tests/rx.py (original)
+++ branches/gui_testing/test_suite/gui_tests/rx.py Mon Aug  8 14:40:50 2011
@@ -221,6 +221,9 @@
         # Wait for execution to complete.
         analysis.thread.join()
 
+        # Flush all wx events.
+        wx.Yield()
+
         # Exceptions in the thread.
         self.check_exceptions()
 




Related Messages


Powered by MHonArc, Updated Mon Aug 08 15:00:03 2011