]> git.saurik.com Git - wxWidgets.git/commitdiff
Revert "Temporarily disable the failing wxRichTextCtrl case."
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 11 Jul 2012 12:16:41 +0000 (12:16 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 11 Jul 2012 12:16:41 +0000 (12:16 +0000)
Revert r71945 which disabled failing wxRichTextCtrl unit test. It fails again
now and hopefully will be fixed before 2.9.5.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72031 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

tests/controls/richtextctrltest.cpp

index d9c6dbda1aa311a435b74f7fdcbf362c8546252a..087a07b5c62a2c44b748a75bec34517353e0382b 100644 (file)
@@ -44,12 +44,7 @@ private:
         WXUISIM_TEST( TextEvent );
         CPPUNIT_TEST( CutCopyPaste );
         CPPUNIT_TEST( UndoRedo );
-        // FIXME: This test is temporarily disabled as it currently fails
-        //        but it should be reenabled and fixed a.s.a.p. after the
-        //        release.
-#if 0
         CPPUNIT_TEST( CaretPosition );
-#endif
         CPPUNIT_TEST( Selection );
         WXUISIM_TEST( Editable );
         CPPUNIT_TEST( Range );