X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/07890fbeb5e65f242e8632ed957c54e188779af2..5f9e369af0c834bbde0f7f5d2047abd736967f58:/tests/base64/base64.cpp?ds=sidebyside diff --git a/tests/base64/base64.cpp b/tests/base64/base64.cpp index 85c6e20539..c1cc892620 100644 --- a/tests/base64/base64.cpp +++ b/tests/base64/base64.cpp @@ -3,7 +3,6 @@ // Purpose: wxBase64Encode/Decode unit test // Author: Charles Reimers // Created: 2007-06-22 -// RCS-ID: $Id$ /////////////////////////////////////////////////////////////////////////////// // ---------------------------------------------------------------------------- @@ -111,7 +110,7 @@ private: // register in the unnamed registry so that these tests are run by default CPPUNIT_TEST_SUITE_REGISTRATION( Base64TestCase ); -// 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( Base64TestCase, "Base64TestCase" ); void Base64TestCase::EncodeDecodeEmpty()