mailr21205 - /branches/relax_disp/test_suite/gui_tests/relax_disp.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:06:
Author: bugman
Date: Mon Oct 21 16:06:20 2013
New Revision: 21205

URL: http://svn.gna.org/viewcvs/relax?rev=21205&view=rev
Log:
Fixes for 2 Relax_disp GUI tests to match the model-free fixes of r21182.

The Fake_right_click.GetPosition() method now returns a wx.Point object.


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

Modified: branches/relax_disp/test_suite/gui_tests/relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/test_suite/gui_tests/relax_disp.py?rev=21205&r1=21204&r2=21205&view=diff
==============================================================================
--- branches/relax_disp/test_suite/gui_tests/relax_disp.py (original)
+++ branches/relax_disp/test_suite/gui_tests/relax_disp.py Mon Oct 21 
16:06:20 2013
@@ -539,4 +539,4 @@
         """Overwrite the GetPosition() method."""
 
         # Return roughly the position of the forth row.
-        return (10, 65)
+        return wx.Point(10, 65)




Related Messages


Powered by MHonArc, Updated Mon Oct 21 20:00:02 2013