From: Vadim Zeitlin Date: Mon, 13 May 2013 17:09:20 +0000 (+0000) Subject: Disable more wxAny tests again. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/16983807c54430f8776becdd9678e5a4b2a74d6e Disable more wxAny tests again. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73976 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/tests/any/anytest.cpp b/tests/any/anytest.cpp index 0d86acaf73..ba745db2ab 100644 --- a/tests/any/anytest.cpp +++ b/tests/any/anytest.cpp @@ -403,7 +403,6 @@ void wxAnyTestCase::GetAs() CPPUNIT_ASSERT(res); CPPUNIT_ASSERT(s == "true"); CPPUNIT_ASSERT(!m_anyBool1.GetAs(&f)); -#endif // !wxDONT_TEST // Conversions from floating point type res = m_anyDoubleDouble1.GetAs(&l); @@ -418,6 +417,7 @@ void wxAnyTestCase::GetAs() res = s.ToDouble(&d2); CPPUNIT_ASSERT(res); CPPUNIT_ASSERT_DOUBLES_EQUAL(d2, TEST_FLOAT_CONST, FEQ_DELTA); +#endif // !wxDONT_TEST }