]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/controls/pickertest.cpp
carbon sdk must be 10.7 max, 10.8 is not supported anymore
[wxWidgets.git] / tests / controls / pickertest.cpp
index 9202b03c1aa6f7f4ff90c19d76916a9af266eaa4..22bff2960da8454602783cb757d57204fd8b697a 100644 (file)
@@ -3,7 +3,6 @@
 // Purpose:     Tests for various wxPickerBase based classes
 // Author:      Steven Lamerton
 // Created:     2010-08-07
-// RCS-ID:      $Id$
 // Copyright:   (c) 2010 Steven Lamerton
 ///////////////////////////////////////////////////////////////////////////////
 
@@ -48,7 +47,7 @@ private:
 // register in the unnamed registry so that these tests are run by default
 CPPUNIT_TEST_SUITE_REGISTRATION( ColourPickerCtrlTestCase );
 
-// 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( ColourPickerCtrlTestCase,
                                       "ColourPickerCtrlTestCase" );
 
@@ -92,7 +91,7 @@ private:
 // register in the unnamed registry so that these tests are run by default
 CPPUNIT_TEST_SUITE_REGISTRATION( DirPickerCtrlTestCase );
 
-// 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( DirPickerCtrlTestCase,
                                       "DirPickerCtrlTestCase" );
 
@@ -137,7 +136,7 @@ private:
 // register in the unnamed registry so that these tests are run by default
 CPPUNIT_TEST_SUITE_REGISTRATION( FilePickerCtrlTestCase );
 
-// 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( FilePickerCtrlTestCase,
                                       "FilePickerCtrlTestCase" );
 
@@ -183,7 +182,7 @@ private:
 // register in the unnamed registry so that these tests are run by default
 CPPUNIT_TEST_SUITE_REGISTRATION( FontPickerCtrlTestCase );
 
-// 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( FontPickerCtrlTestCase,
                                       "FontPickerCtrlTestCase" );