]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/controls/markuptest.cpp
Applied patch #15540: wxRichTextTable: crashes due to an invalid focus object (dghart)
[wxWidgets.git] / tests / controls / markuptest.cpp
index c38bc2575c48ff56c09b387086670fdd4bb9d562..6bd5e9d6f65a8229152beee8dcbecd98ad00b4e8 100644 (file)
@@ -3,7 +3,6 @@
 // Purpose:     wxMarkupParser and related classes unit tests
 // Author:      Vadim Zeitlin
 // Created:     2011-02-17
-// RCS-ID:      $Id$
 // Copyright:   (c) 2011 Vadim Zeitlin <vadim@wxwidgets.org>
 ///////////////////////////////////////////////////////////////////////////////
 
@@ -40,7 +39,7 @@ private:
 // register in the unnamed registry so that these tests are run by default
 CPPUNIT_TEST_SUITE_REGISTRATION( MarkupTestCase );
 
-// 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( MarkupTestCase, "MarkupTestCase" );
 
 void MarkupTestCase::RoundTrip()