]> git.saurik.com Git - wxWidgets.git/commitdiff
Leave only a single wxAny unit test disabled.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 9 May 2013 19:56:47 +0000 (19:56 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 9 May 2013 19:56:47 +0000 (19:56 +0000)
It looks like the culprit is GetAs() test, verify it.

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

tests/any/anytest.cpp

index 057290143bf5a6e218ba7bc808363719d1e9355e..0bf92c2c9461af8ba1f7ae80044ae2e47d77a269 100644 (file)
@@ -41,11 +41,11 @@ private:
         //        run as otherwise the test program just crashes.
 #ifndef __WXOSX__
         CPPUNIT_TEST( GetAs );
+#endif // __WXOSX__
         CPPUNIT_TEST( Null );
         CPPUNIT_TEST( wxVariantConversions );
         CPPUNIT_TEST( CustomTemplateSpecialization );
         CPPUNIT_TEST( Misc );
-#endif // __WXOSX__
     CPPUNIT_TEST_SUITE_END();
 
     void CheckType();