X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9be7f47cf4fb1adf8048da9e71b723f42466c023..be74a2a21a491f5d0ec6a333b2fdc4bedb578eaa:/tests/controls/richtextctrltest.cpp diff --git a/tests/controls/richtextctrltest.cpp b/tests/controls/richtextctrltest.cpp index 68c92f3d5e..3f2d0b2c4a 100644 --- a/tests/controls/richtextctrltest.cpp +++ b/tests/controls/richtextctrltest.cpp @@ -100,7 +100,7 @@ private: // register in the unnamed registry so that these tests are run by default CPPUNIT_TEST_SUITE_REGISTRATION( RichTextCtrlTestCase ); -// also include in it's own registry so that these tests can be run alone +// also include in its own registry so that these tests can be run alone CPPUNIT_TEST_SUITE_NAMED_REGISTRATION( RichTextCtrlTestCase, "RichTextCtrlTestCase" ); void RichTextCtrlTestCase::setUp() @@ -246,7 +246,7 @@ void RichTextCtrlTestCase::UrlEvent() m_rich->EndURL(); wxUIActionSimulator sim; - sim.MouseMove(m_rich->ClientToScreen(wxPoint(5, 5))); + sim.MouseMove(m_rich->ClientToScreen(wxPoint(10, 10))); wxYield(); sim.MouseClick();