X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e78209f6a83aa446ba4ae6947029f6f90d2ef61e..339c6c92a276ac6b04dcb5deffaea7ccbd2ee109:/tests/font/fonttest.cpp?ds=sidebyside diff --git a/tests/font/fonttest.cpp b/tests/font/fonttest.cpp index bf19403207..cdcb7ea8f4 100644 --- a/tests/font/fonttest.cpp +++ b/tests/font/fonttest.cpp @@ -3,7 +3,6 @@ // Purpose: wxFont unit test // Author: Francesco Montorsi // Created: 16.3.09 -// RCS-ID: $Id$ // Copyright: (c) 2009 Francesco Montorsi // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// @@ -205,9 +204,12 @@ 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()