X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b37dacdca619250993178bb44b3178d73720cb6c..b736d59eb531794e6b1cef2b4997c517569ff0dd:/tests/filesys/filesystest.cpp diff --git a/tests/filesys/filesystest.cpp b/tests/filesys/filesystest.cpp index 141d570408..36b5f975be 100644 --- a/tests/filesys/filesystest.cpp +++ b/tests/filesys/filesystest.cpp @@ -3,7 +3,6 @@ // Purpose: wxFileSystem unit test // Author: Vaclav Slavik // Created: 2004-03-28 -// RCS-ID: $Id$ // Copyright: (c) 2004 Vaclav Slavik /////////////////////////////////////////////////////////////////////////////// @@ -74,7 +73,7 @@ private: // register in the unnamed registry so that these tests are run by default CPPUNIT_TEST_SUITE_REGISTRATION( FileSystemTestCase ); -// 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( FileSystemTestCase, "FileSystemTestCase" ); void FileSystemTestCase::UrlParsing()