No code changes, fixed some typos.
Changed several occurrences of "it's" where "its" is meant, as well as a few other minor typos. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67656 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -68,7 +68,7 @@ private:
|
||||
// register in the unnamed registry so that these tests are run by default
|
||||
CPPUNIT_TEST_SUITE_REGISTRATION( BitmapComboBoxTestCase );
|
||||
|
||||
// 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( BitmapComboBoxTestCase,
|
||||
"BitmapComboBoxTestCase" );
|
||||
|
||||
|
@@ -52,7 +52,7 @@ private:
|
||||
// register in the unnamed registry so that these tests are run by default
|
||||
CPPUNIT_TEST_SUITE_REGISTRATION( BitmapToggleButtonTestCase );
|
||||
|
||||
// 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( BitmapToggleButtonTestCase,
|
||||
"BitmapToggleButtonTestCase" );
|
||||
|
||||
|
@@ -61,7 +61,7 @@ private:
|
||||
// register in the unnamed registry so that these tests are run by default
|
||||
CPPUNIT_TEST_SUITE_REGISTRATION( ButtonTestCase );
|
||||
|
||||
// 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( ButtonTestCase, "ButtonTestCase" );
|
||||
|
||||
void ButtonTestCase::setUp()
|
||||
|
@@ -68,7 +68,7 @@ private:
|
||||
// register in the unnamed registry so that these tests are run by default
|
||||
CPPUNIT_TEST_SUITE_REGISTRATION( CheckBoxTestCase );
|
||||
|
||||
// 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( CheckBoxTestCase, "CheckBoxTestCase" );
|
||||
|
||||
void CheckBoxTestCase::setUp()
|
||||
|
@@ -50,7 +50,7 @@ private:
|
||||
// register in the unnamed registry so that these tests are run by default
|
||||
CPPUNIT_TEST_SUITE_REGISTRATION( CheckListBoxTestCase );
|
||||
|
||||
// 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( CheckListBoxTestCase, "CheckListBoxTestCase" );
|
||||
|
||||
void CheckListBoxTestCase::setUp()
|
||||
|
@@ -55,7 +55,7 @@ private:
|
||||
// register in the unnamed registry so that these tests are run by default
|
||||
CPPUNIT_TEST_SUITE_REGISTRATION( ChoicebookTestCase );
|
||||
|
||||
// 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( ChoicebookTestCase, "ChoicebookTestCase" );
|
||||
|
||||
void ChoicebookTestCase::setUp()
|
||||
|
@@ -49,7 +49,7 @@ private:
|
||||
// register in the unnamed registry so that these tests are run by default
|
||||
CPPUNIT_TEST_SUITE_REGISTRATION( ChoiceTestCase );
|
||||
|
||||
// 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( ChoiceTestCase, "ChoiceTestCase" );
|
||||
|
||||
void ChoiceTestCase::setUp()
|
||||
|
@@ -77,7 +77,7 @@ private:
|
||||
// register in the unnamed registry so that these tests are run by default
|
||||
CPPUNIT_TEST_SUITE_REGISTRATION( ComboBoxTestCase );
|
||||
|
||||
// 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( ComboBoxTestCase, "ComboBoxTestCase" );
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
@@ -45,7 +45,7 @@ private:
|
||||
// register in the unnamed registry so that these tests are run by default
|
||||
CPPUNIT_TEST_SUITE_REGISTRATION( FrameTestCase );
|
||||
|
||||
// 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( FrameTestCase, "FrameTestCase" );
|
||||
|
||||
void FrameTestCase::setUp()
|
||||
|
@@ -47,7 +47,7 @@ private:
|
||||
// register in the unnamed registry so that these tests are run by default
|
||||
CPPUNIT_TEST_SUITE_REGISTRATION( GaugeTestCase );
|
||||
|
||||
// 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( GaugeTestCase, "GaugeTestCase" );
|
||||
|
||||
void GaugeTestCase::setUp()
|
||||
|
@@ -95,7 +95,7 @@ private:
|
||||
// register in the unnamed registry so that these tests are run by default
|
||||
CPPUNIT_TEST_SUITE_REGISTRATION( GridTestCase );
|
||||
|
||||
// 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( GridTestCase, "GridTestCase" );
|
||||
|
||||
//initialise the static variable
|
||||
|
@@ -54,7 +54,7 @@ private:
|
||||
// register in the unnamed registry so that these tests are run by default
|
||||
CPPUNIT_TEST_SUITE_REGISTRATION( HeaderCtrlTestCase );
|
||||
|
||||
// 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( HeaderCtrlTestCase, "HeaderCtrlTestCase" );
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
@@ -45,7 +45,7 @@ private:
|
||||
// register in the unnamed registry so that these tests are run by default
|
||||
CPPUNIT_TEST_SUITE_REGISTRATION( HtmlListBoxTestCase );
|
||||
|
||||
// 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( HtmlListBoxTestCase, "HtmlListBoxTestCase" );
|
||||
|
||||
void HtmlListBoxTestCase::setUp()
|
||||
|
@@ -51,7 +51,7 @@ private:
|
||||
// register in the unnamed registry so that these tests are run by default
|
||||
CPPUNIT_TEST_SUITE_REGISTRATION( HyperlinkCtrlTestCase );
|
||||
|
||||
// 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( HyperlinkCtrlTestCase, "HyperlinkCtrlTestCase" );
|
||||
|
||||
void HyperlinkCtrlTestCase::setUp()
|
||||
|
@@ -59,7 +59,7 @@ private:
|
||||
// register in the unnamed registry so that these tests are run by default
|
||||
CPPUNIT_TEST_SUITE_REGISTRATION( LabelTestCase );
|
||||
|
||||
// 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( LabelTestCase, "LabelTestCase" );
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
@@ -56,7 +56,7 @@ private:
|
||||
// register in the unnamed registry so that these tests are run by default
|
||||
CPPUNIT_TEST_SUITE_REGISTRATION( ListbookTestCase );
|
||||
|
||||
// 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( ListbookTestCase, "ListbookTestCase" );
|
||||
|
||||
void ListbookTestCase::setUp()
|
||||
|
@@ -72,7 +72,7 @@ private:
|
||||
// register in the unnamed registry so that these tests are run by default
|
||||
CPPUNIT_TEST_SUITE_REGISTRATION( ListBoxTestCase );
|
||||
|
||||
// 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( ListBoxTestCase, "ListBoxTestCase" );
|
||||
|
||||
//initialise the static variable
|
||||
|
@@ -67,7 +67,7 @@ private:
|
||||
// register in the unnamed registry so that these tests are run by default
|
||||
CPPUNIT_TEST_SUITE_REGISTRATION( ListCtrlTestCase );
|
||||
|
||||
// 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( ListCtrlTestCase, "ListCtrlTestCase" );
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
@@ -48,7 +48,7 @@ private:
|
||||
// register in the unnamed registry so that these tests are run by default
|
||||
CPPUNIT_TEST_SUITE_REGISTRATION( ListViewTestCase );
|
||||
|
||||
// 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( ListViewTestCase, "ListViewTestCase" );
|
||||
|
||||
void ListViewTestCase::setUp()
|
||||
|
@@ -40,7 +40,7 @@ private:
|
||||
// register in the unnamed registry so that these tests are run by default
|
||||
CPPUNIT_TEST_SUITE_REGISTRATION( MarkupTestCase );
|
||||
|
||||
// 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( MarkupTestCase, "MarkupTestCase" );
|
||||
|
||||
void MarkupTestCase::RoundTrip()
|
||||
|
@@ -57,7 +57,7 @@ private:
|
||||
// register in the unnamed registry so that these tests are run by default
|
||||
CPPUNIT_TEST_SUITE_REGISTRATION( NotebookTestCase );
|
||||
|
||||
// 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( NotebookTestCase, "NotebookTestCase" );
|
||||
|
||||
void NotebookTestCase::setUp()
|
||||
|
@@ -79,7 +79,7 @@ private:
|
||||
// register in the unnamed registry so that these tests are run by default
|
||||
CPPUNIT_TEST_SUITE_REGISTRATION( OwnerDrawnComboBoxTestCase );
|
||||
|
||||
// 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( OwnerDrawnComboBoxTestCase,
|
||||
"OwnerDrawnComboBoxTestCase" );
|
||||
|
||||
|
@@ -48,7 +48,7 @@ private:
|
||||
// register in the unnamed registry so that these tests are run by default
|
||||
CPPUNIT_TEST_SUITE_REGISTRATION( ColourPickerCtrlTestCase );
|
||||
|
||||
// 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( ColourPickerCtrlTestCase,
|
||||
"ColourPickerCtrlTestCase" );
|
||||
|
||||
@@ -92,7 +92,7 @@ private:
|
||||
// register in the unnamed registry so that these tests are run by default
|
||||
CPPUNIT_TEST_SUITE_REGISTRATION( DirPickerCtrlTestCase );
|
||||
|
||||
// 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( DirPickerCtrlTestCase,
|
||||
"DirPickerCtrlTestCase" );
|
||||
|
||||
@@ -137,7 +137,7 @@ private:
|
||||
// register in the unnamed registry so that these tests are run by default
|
||||
CPPUNIT_TEST_SUITE_REGISTRATION( FilePickerCtrlTestCase );
|
||||
|
||||
// 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( FilePickerCtrlTestCase,
|
||||
"FilePickerCtrlTestCase" );
|
||||
|
||||
@@ -183,7 +183,7 @@ private:
|
||||
// register in the unnamed registry so that these tests are run by default
|
||||
CPPUNIT_TEST_SUITE_REGISTRATION( FontPickerCtrlTestCase );
|
||||
|
||||
// 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( FontPickerCtrlTestCase,
|
||||
"FontPickerCtrlTestCase" );
|
||||
|
||||
|
@@ -61,7 +61,7 @@ private:
|
||||
// register in the unnamed registry so that these tests are run by default
|
||||
CPPUNIT_TEST_SUITE_REGISTRATION( RadioBoxTestCase );
|
||||
|
||||
// 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( RadioBoxTestCase, "RadioBoxTestCase" );
|
||||
|
||||
void RadioBoxTestCase::setUp()
|
||||
|
@@ -50,7 +50,7 @@ private:
|
||||
// register in the unnamed registry so that these tests are run by default
|
||||
CPPUNIT_TEST_SUITE_REGISTRATION( RadioButtonTestCase );
|
||||
|
||||
// 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( RadioButtonTestCase,
|
||||
"RadioButtonTestCase" );
|
||||
|
||||
|
@@ -50,7 +50,7 @@ private:
|
||||
// register in the unnamed registry so that these tests are run by default
|
||||
CPPUNIT_TEST_SUITE_REGISTRATION( RearrangeListTestCase );
|
||||
|
||||
// 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( RearrangeListTestCase, "RearrangeListTestCase" );
|
||||
|
||||
void RearrangeListTestCase::setUp()
|
||||
|
@@ -100,7 +100,7 @@ private:
|
||||
// register in the unnamed registry so that these tests are run by default
|
||||
CPPUNIT_TEST_SUITE_REGISTRATION( RichTextCtrlTestCase );
|
||||
|
||||
// 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( RichTextCtrlTestCase, "RichTextCtrlTestCase" );
|
||||
|
||||
void RichTextCtrlTestCase::setUp()
|
||||
|
@@ -64,7 +64,7 @@ bool SliderTestCase::ms_inversed = false;
|
||||
// register in the unnamed registry so that these tests are run by default
|
||||
CPPUNIT_TEST_SUITE_REGISTRATION( SliderTestCase );
|
||||
|
||||
// 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( SliderTestCase, "SliderTestCase" );
|
||||
|
||||
void SliderTestCase::setUp()
|
||||
|
@@ -54,7 +54,7 @@ private:
|
||||
// register in the unnamed registry so that these tests are run by default
|
||||
CPPUNIT_TEST_SUITE_REGISTRATION( SpinCtrlDoubleTestCase );
|
||||
|
||||
// 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( SpinCtrlDoubleTestCase, "SpinCtrlDoubleTestCase" );
|
||||
|
||||
void SpinCtrlDoubleTestCase::setUp()
|
||||
|
@@ -52,7 +52,7 @@ private:
|
||||
// register in the unnamed registry so that these tests are run by default
|
||||
CPPUNIT_TEST_SUITE_REGISTRATION( SpinCtrlTestCase );
|
||||
|
||||
// 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( SpinCtrlTestCase, "SpinCtrlTestCase" );
|
||||
|
||||
void SpinCtrlTestCase::setUp()
|
||||
|
@@ -80,7 +80,7 @@ private:
|
||||
// register in the unnamed registry so that these tests are run by default
|
||||
CPPUNIT_TEST_SUITE_REGISTRATION( TextCtrlTestCase );
|
||||
|
||||
// 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( TextCtrlTestCase, "TextCtrlTestCase" );
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
@@ -48,7 +48,7 @@ private:
|
||||
// register in the unnamed registry so that these tests are run by default
|
||||
CPPUNIT_TEST_SUITE_REGISTRATION( ToggleButtonTestCase );
|
||||
|
||||
// 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( ToggleButtonTestCase, "ToggleButtonTestCase" );
|
||||
|
||||
void ToggleButtonTestCase::setUp()
|
||||
|
@@ -56,7 +56,7 @@ private:
|
||||
// register in the unnamed registry so that these tests are run by default
|
||||
CPPUNIT_TEST_SUITE_REGISTRATION( ToolbookTestCase );
|
||||
|
||||
// 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( ToolbookTestCase, "ToolbookTestCase" );
|
||||
|
||||
void ToolbookTestCase::setUp()
|
||||
|
@@ -60,7 +60,7 @@ private:
|
||||
// register in the unnamed registry so that these tests are run by default
|
||||
CPPUNIT_TEST_SUITE_REGISTRATION( TreebookTestCase );
|
||||
|
||||
// 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( TreebookTestCase, "TreebookTestCase" );
|
||||
|
||||
void TreebookTestCase::setUp()
|
||||
|
@@ -114,7 +114,7 @@ private:
|
||||
// register in the unnamed registry so that these tests are run by default
|
||||
CPPUNIT_TEST_SUITE_REGISTRATION( TreeCtrlTestCase );
|
||||
|
||||
// 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( TreeCtrlTestCase, "TreeCtrlTestCase" );
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
@@ -52,7 +52,7 @@ private:
|
||||
// register in the unnamed registry so that these tests are run by default
|
||||
CPPUNIT_TEST_SUITE_REGISTRATION( VirtListCtrlTestCase );
|
||||
|
||||
// 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( VirtListCtrlTestCase, "VirtListCtrlTestCase" );
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
@@ -81,7 +81,7 @@ private:
|
||||
// register in the unnamed registry so that these tests are run by default
|
||||
CPPUNIT_TEST_SUITE_REGISTRATION( WindowTestCase );
|
||||
|
||||
// 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( WindowTestCase, "WindowTestCase" );
|
||||
|
||||
void WindowTestCase::setUp()
|
||||
|
Reference in New Issue
Block a user