mailr21203 - /branches/relax_disp/test_suite/gui_tests/model_free.py


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

Header


Content

Posted by edward on October 21, 2013 - 16:01:
Author: bugman
Date: Mon Oct 21 16:01:01 2013
New Revision: 21203

URL: http://svn.gna.org/viewcvs/relax?rev=21203&view=rev
Log:
Fix for the Mf.test_mf_auto_analysis system test on MS Windows.

The Fake_right_click.GetPosition() method now returns a valid position.  This 
is the original
(10, 10) position.


Modified:
    branches/relax_disp/test_suite/gui_tests/model_free.py

Modified: branches/relax_disp/test_suite/gui_tests/model_free.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/test_suite/gui_tests/model_free.py?rev=21203&r1=21202&r2=21203&view=diff
==============================================================================
--- branches/relax_disp/test_suite/gui_tests/model_free.py (original)
+++ branches/relax_disp/test_suite/gui_tests/model_free.py Mon Oct 21 
16:01:01 2013
@@ -441,7 +441,7 @@
         """Simulate the GetPosition() method."""
 
         # Return some random position.
-        return wx.Point(2, 2)
+        return wx.Point(10, 10)
 
 
     def GetRow(self):




Related Messages


Powered by MHonArc, Updated Mon Oct 21 16:20:01 2013