]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/font/fonttest.cpp
Basque translations update from Xabier Aramendi.
[wxWidgets.git] / tests / font / fonttest.cpp
index bf1940320700a4179c80e6a052edcc6f13c52a44..cdcb7ea8f4327df2b8641fd82090f3475f90942d 100644 (file)
@@ -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()