Re-enable wxAny<double>::GetAs<wxString>() test.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73996 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
a60b469fa5
commit
3942aa77f5
@ -412,9 +412,9 @@ void wxAnyTestCase::GetAs()
|
||||
res = m_anyDoubleDouble1.GetAs(&ul);
|
||||
CPPUNIT_ASSERT(res);
|
||||
CPPUNIT_ASSERT_EQUAL(ul, static_cast<unsigned long>(123));
|
||||
#ifndef wxDONT_TEST
|
||||
res = m_anyDoubleDouble1.GetAs(&s);
|
||||
CPPUNIT_ASSERT(res);
|
||||
#ifndef wxDONT_TEST
|
||||
double d2;
|
||||
res = s.ToDouble(&d2);
|
||||
CPPUNIT_ASSERT(res);
|
||||
|
Loading…
Reference in New Issue
Block a user