From 9a517e572e9e2087edb7168c3ed440e71f78f377 Mon Sep 17 00:00:00 2001 From: Dimitri Schoolwerth Date: Fri, 22 May 2015 03:17:07 +0400 Subject: [PATCH] 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 9b1aeb4c93925d49a6083378f9eb010200ab0989. --- tests/font/fonttest.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/font/fonttest.cpp b/tests/font/fonttest.cpp index f7d58197c2..51078680a1 100644 --- a/tests/font/fonttest.cpp +++ b/tests/font/fonttest.cpp @@ -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()