Run all wxTextEntry unit tests for wxTextCtrl too
Comment stated that InsertionPoint() didn't pass, but it was actually already running (and passing) and the only excluded test was the TextChangeEvents() one which really should pass for multiline controls as well, so run it too.
This commit is contained in:
parent
53f527726e
commit
602b4a6863
@ -65,19 +65,9 @@ private:
|
|||||||
// Now switch to the multi-line text controls.
|
// Now switch to the multi-line text controls.
|
||||||
CPPUNIT_TEST( PseudoTestSwitchToMultiLineStyle );
|
CPPUNIT_TEST( PseudoTestSwitchToMultiLineStyle );
|
||||||
|
|
||||||
// Rerun some of the tests above. Notice that not all of them pass, so
|
// Rerun the text entry tests not specific to single line controls for
|
||||||
// we can't just use wxTEXT_ENTRY_TESTS() here. For some of them it's
|
// multiline ones now.
|
||||||
// normal, e.g. Hint() test isn't supposed to work for multi-line
|
wxTEXT_ENTRY_TESTS();
|
||||||
// controls. Others, such as InsertionPoint() and TextChangeEvents()
|
|
||||||
// don't pass neither but this could be a bug.
|
|
||||||
CPPUNIT_TEST( SetValue );
|
|
||||||
CPPUNIT_TEST( Selection );
|
|
||||||
CPPUNIT_TEST( InsertionPoint );
|
|
||||||
CPPUNIT_TEST( Replace );
|
|
||||||
WXUISIM_TEST( Editable );
|
|
||||||
CPPUNIT_TEST( CopyPaste );
|
|
||||||
CPPUNIT_TEST( UndoRedo );
|
|
||||||
|
|
||||||
SINGLE_AND_MULTI_TESTS();
|
SINGLE_AND_MULTI_TESTS();
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user