X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/232fdc630c42eb165f7659981043e794be03b3b7..d9307d006e88025e28457290c9997f7c0f7c4fdc:/tests/controls/choicebooktest.cpp?ds=sidebyside diff --git a/tests/controls/choicebooktest.cpp b/tests/controls/choicebooktest.cpp index c61499a8aa..fcd91a3f91 100644 --- a/tests/controls/choicebooktest.cpp +++ b/tests/controls/choicebooktest.cpp @@ -35,10 +35,10 @@ private: virtual wxBookCtrlBase *GetBase() const { return m_choicebook; } virtual wxEventType GetChangedEvent() const - { return wxEVT_COMMAND_CHOICEBOOK_PAGE_CHANGED; } + { return wxEVT_CHOICEBOOK_PAGE_CHANGED; } virtual wxEventType GetChangingEvent() const - { return wxEVT_COMMAND_CHOICEBOOK_PAGE_CHANGING; } + { return wxEVT_CHOICEBOOK_PAGE_CHANGING; } CPPUNIT_TEST_SUITE( ChoicebookTestCase ); wxBOOK_CTRL_BASE_TESTS(); @@ -55,7 +55,7 @@ private: // register in the unnamed registry so that these tests are run by default CPPUNIT_TEST_SUITE_REGISTRATION( ChoicebookTestCase ); -// 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( ChoicebookTestCase, "ChoicebookTestCase" ); void ChoicebookTestCase::setUp()