]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/controls/gaugetest.cpp
Don't generate any events from wxSpinCtrl and wxSpinCtrlDouble methods.
[wxWidgets.git] / tests / controls / gaugetest.cpp
index f112e6c47d127196d6ac1f488a1b00ac8f1d6b15..962b122b584f295a5dda5138783b40debba170bd 100644 (file)
@@ -3,7 +3,6 @@
 // Purpose:     wxGauge unit test
 // Author:      Steven Lamerton
 // Created:     2010-07-15
-// RCS-ID:      $Id$
 // Copyright:   (c) 2010 Steven Lamerton
 ///////////////////////////////////////////////////////////////////////////////
 
@@ -47,7 +46,7 @@ private:
 // register in the unnamed registry so that these tests are run by default
 CPPUNIT_TEST_SUITE_REGISTRATION( GaugeTestCase );
 
-// 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( GaugeTestCase, "GaugeTestCase" );
 
 void GaugeTestCase::setUp()