X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/00e075e5517eb85c3fd4e4134f19d87b91ed4bc0..3287f62ad3bd6dfcc78a8fcef0ac44d9ece904af:/tests/uris/url.cpp?ds=sidebyside diff --git a/tests/uris/url.cpp b/tests/uris/url.cpp index 7f17ec4625..32978fbc81 100644 --- a/tests/uris/url.cpp +++ b/tests/uris/url.cpp @@ -3,7 +3,6 @@ // Purpose: wxURL unit test // Author: Francesco Montorsi // Created: 2009-5-31 -// RCS-ID: $Id: uris.cpp 58272 2009-01-21 17:02:11Z VZ $ // Copyright: (c) 2009 Francesco Montorsi /////////////////////////////////////////////////////////////////////////////// @@ -49,7 +48,7 @@ private: // register in the unnamed registry so that these tests are run by default CPPUNIT_TEST_SUITE_REGISTRATION( URLTestCase ); -// 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( URLTestCase, "URLTestCase" );