// Purpose: wxFont unit test
// Author: Francesco Montorsi
// Created: 16.3.09
-// RCS-ID: $Id$
// Copyright: (c) 2009 Francesco Montorsi
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
// 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()