X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c8f80d27586a190927d491c618f48a4253246728..339c6c92a276ac6b04dcb5deffaea7ccbd2ee109:/tests/misc/selstoretest.cpp?ds=inline diff --git a/tests/misc/selstoretest.cpp b/tests/misc/selstoretest.cpp index 881940923d..512e059dd6 100644 --- a/tests/misc/selstoretest.cpp +++ b/tests/misc/selstoretest.cpp @@ -3,7 +3,6 @@ // Purpose: wxSelectionStore unit test // Author: Vadim Zeitlin // Created: 2008-03-31 -// RCS-ID: $Id$ // Copyright: (c) 2008 Vadim Zeitlin /////////////////////////////////////////////////////////////////////////////// @@ -64,7 +63,7 @@ private: // register in the unnamed registry so that these tests are run by default CPPUNIT_TEST_SUITE_REGISTRATION( SelStoreTestCase ); -// 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( SelStoreTestCase, "SelStoreTestCase" ); const unsigned SelStoreTestCase::NUM_ITEMS = 10; // NB: must be even