]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/base64/base64.cpp
Use wxFindWindowAtPoint() for hit testing in wxPopupTransientWindow.
[wxWidgets.git] / tests / base64 / base64.cpp
index 85c6e205392812e73c994ac25d7c2ef473a470b9..c1cc8926201115e771e24aa8637b854e7fd5cefd 100644 (file)
@@ -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()