X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/232fdc630c42eb165f7659981043e794be03b3b7..e5354813181461c154044d52a464b29fa1aefaf8:/tests/controls/notebooktest.cpp diff --git a/tests/controls/notebooktest.cpp b/tests/controls/notebooktest.cpp index c7c3fad381..212a910401 100644 --- a/tests/controls/notebooktest.cpp +++ b/tests/controls/notebooktest.cpp @@ -35,10 +35,10 @@ private: virtual wxBookCtrlBase *GetBase() const { return m_notebook; } virtual wxEventType GetChangedEvent() const - { return wxEVT_COMMAND_NOTEBOOK_PAGE_CHANGED; } + { return wxEVT_NOTEBOOK_PAGE_CHANGED; } virtual wxEventType GetChangingEvent() const - { return wxEVT_COMMAND_NOTEBOOK_PAGE_CHANGING; } + { return wxEVT_NOTEBOOK_PAGE_CHANGING; } CPPUNIT_TEST_SUITE( NotebookTestCase ); @@ -57,7 +57,7 @@ private: // register in the unnamed registry so that these tests are run by default CPPUNIT_TEST_SUITE_REGISTRATION( NotebookTestCase ); -// 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( NotebookTestCase, "NotebookTestCase" ); void NotebookTestCase::setUp()