mailr27448 - /trunk/test_suite/gui_tests/general.py


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

Header


Content

Posted by edward on February 03, 2015 - 09:46:
Author: bugman
Date: Tue Feb  3 09:46:40 2015
New Revision: 27448

URL: http://svn.gna.org/viewcvs/relax?rev=27448&view=rev
Log:
Reverted r27325, the General.test_bug_23187_residue_delete_gui GUI test is no 
longer disabled.

The command was:
svn merge -r27325:r27324 .

The 'Bus Error' on Mac OS X due to this test is no longer an issue, as the 
spin viewer window is now
destroyed after each GUI test.

.....
  r27325 | bugman | 2015-01-27 11:35:39 +0100 (Tue, 27 Jan 2015) | 6 lines
  Changed paths:
     M /trunk/test_suite/gui_tests/general.py
  
  Disabled the General.test_bug_23187_residue_delete_gui GUI test.
  
  This is essential as a wxPython bug in Mac OS X systems causes this test to 
trigger a 'Bus Error'
  every time the GUI tests are run, killing relax.
.....


Modified:
    trunk/test_suite/gui_tests/general.py

Modified: trunk/test_suite/gui_tests/general.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/gui_tests/general.py?rev=27448&r1=27447&r2=27448&view=diff
==============================================================================
--- trunk/test_suite/gui_tests/general.py       (original)
+++ trunk/test_suite/gui_tests/general.py       Tue Feb  3 09:46:40 2015
@@ -73,7 +73,7 @@
         self.assertEqual(cdp_name(), 'mf')
 
 
-    def xest_bug_23187_residue_delete_gui(self):
+    def test_bug_23187_residue_delete_gui(self):
         """Catch U{bug #23187<https://gna.org/bugs/?23187>}, deleting 
residue in GUI, and then open spin viewer crashes relax."""
 
         # Mf tab:  Simulate the new analysis wizard.




Related Messages


Powered by MHonArc, Updated Tue Feb 03 10:20:03 2015