X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/232fdc630c42eb165f7659981043e794be03b3b7..36a0190ebd5bd9a7302f60f6dcd608b80574e21c:/tests/controls/choicebooktest.cpp diff --git a/tests/controls/choicebooktest.cpp b/tests/controls/choicebooktest.cpp index c61499a8aa..5cb4509827 100644 --- a/tests/controls/choicebooktest.cpp +++ b/tests/controls/choicebooktest.cpp @@ -3,7 +3,6 @@ // Purpose: wxChoicebook unit test // Author: Steven Lamerton // Created: 2010-07-02 -// RCS-ID: $Id$ // Copyright: (c) 2010 Steven Lamerton /////////////////////////////////////////////////////////////////////////////// @@ -35,10 +34,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 +54,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()