X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/49e323a5b5c9ad507c331a462990b976fb1f02c0..5f9e369af0c834bbde0f7f5d2047abd736967f58:/tests/misc/pathlist.cpp diff --git a/tests/misc/pathlist.cpp b/tests/misc/pathlist.cpp index cf546084ad..9c8c145397 100644 --- a/tests/misc/pathlist.cpp +++ b/tests/misc/pathlist.cpp @@ -3,7 +3,6 @@ // Purpose: Test wxPathList // Author: Francesco Montorsi (extracted from console sample) // Created: 2010-06-02 -// RCS-ID: $Id$ // Copyright: (c) 2010 wxWidgets team /////////////////////////////////////////////////////////////////////////////// @@ -41,7 +40,7 @@ private: // register in the unnamed registry so that these tests are run by default CPPUNIT_TEST_SUITE_REGISTRATION( PathListTestCase ); -// 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( PathListTestCase, "PathListTestCase" ); void PathListTestCase::FindValidPath()