]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/controls/notebooktest.cpp
Add a test for eol-native file existence in the release script.
[wxWidgets.git] / tests / controls / notebooktest.cpp
index c7c3fad381aff451e663a2662d58557a7510789b..212a9104013e0aefb5b63e0a783a457726bccd47 100644 (file)
@@ -35,10 +35,10 @@ private:
     virtual wxBookCtrlBase *GetBase() const { return m_notebook; }
 
     virtual wxEventType GetChangedEvent() const
     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
 
     virtual wxEventType GetChangingEvent() const
-    { return wxEVT_COMMAND_NOTEBOOK_PAGE_CHANGING; }
+    { return wxEVT_NOTEBOOK_PAGE_CHANGING; }
 
 
     CPPUNIT_TEST_SUITE( NotebookTestCase );
 
 
     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 );
 
 // 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()
 CPPUNIT_TEST_SUITE_NAMED_REGISTRATION( NotebookTestCase, "NotebookTestCase" );
 
 void NotebookTestCase::setUp()