From af0a938a65b20a171fea6a1bfc5bb4840883d067 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 25 Aug 2017 01:34:04 +0200 Subject: [PATCH] Enable InsertionPoint unit test for multiline text controls too There doesn't seem to be any reason to not run it. --- tests/controls/textctrltest.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/controls/textctrltest.cpp b/tests/controls/textctrltest.cpp index 954acfa61f..6d3579077c 100644 --- a/tests/controls/textctrltest.cpp +++ b/tests/controls/textctrltest.cpp @@ -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 );