Enable InsertionPoint unit test for multiline text controls too

There doesn't seem to be any reason to not run it.
This commit is contained in:
Vadim Zeitlin
2017-08-25 01:34:04 +02:00
parent 49ebac7102
commit af0a938a65

View File

@@ -71,6 +71,7 @@ private:
// 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 );