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:
@@ -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()
|
||||
|
Reference in New Issue
Block a user