Revert "Disable wxFont::SetStrikethrough() test under wxOSX."

Enable the test again because strike-through support has been available
under wxOSX for some time.

This reverts commit 9b1aeb4c93.
This commit is contained in:
Dimitri Schoolwerth
2015-05-22 03:17:07 +04:00
parent 0bee861d16
commit 9a517e572e

View File

@@ -222,12 +222,9 @@ void FontTestCase::GetSet()
// test Get/SetStrikethrough()
// Strike through support not implemented in wxOSX currently.
#ifndef __WXOSX__
test.SetStrikethrough(true);
CPPUNIT_ASSERT( test.IsOk() );
CPPUNIT_ASSERT_EQUAL( true, test.GetStrikethrough() );
#endif // !__WXOSX__
// test Get/SetWeight()