]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/scopeguard/scopeguardtest.cpp
use names for gs_requestFrameExtentsStatus values
[wxWidgets.git] / tests / scopeguard / scopeguardtest.cpp
index 8235e4040690bc45d3129bd7814b01b6a2927323..56b8f47c17b9ec2b6f2e091fd8cdf94aad9f2fc1 100644 (file)
@@ -2,7 +2,6 @@
 // Name:        tests/scopeguard/scopeguardtest.cpp
 // Purpose:     Test wxScopeGuard and related macros
 // Author:      Vadim Zeitlin
-// RCS-ID:      $Id$
 // Copyright:   (c) 2005 Vadim Zeitlin
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
@@ -83,7 +82,7 @@ private:
 // register in the unnamed registry so that these tests are run by default
 CPPUNIT_TEST_SUITE_REGISTRATION(ScopeGuardTestCase);
 
-// 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(ScopeGuardTestCase,
                                       "ScopeGuardTestCase");