From: Stefan Csomor Date: Tue, 11 Jun 2013 22:33:00 +0000 (+0000) Subject: disable tests depending on a focusable slider control X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/79c29706e3d1e27ded6db6f821dd3c1c2f3f4a9a disable tests depending on a focusable slider control git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74172 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/tests/controls/slidertest.cpp b/tests/controls/slidertest.cpp index 87c69a637f..2c4d35ae19 100644 --- a/tests/controls/slidertest.cpp +++ b/tests/controls/slidertest.cpp @@ -33,9 +33,11 @@ public: private: CPPUNIT_TEST_SUITE( SliderTestCase ); +#ifndef __WXOSX__ WXUISIM_TEST( PageUpDown ); WXUISIM_TEST( LineUpDown ); WXUISIM_TEST( LinePageSize ); +#endif CPPUNIT_TEST( Value ); CPPUNIT_TEST( Range ); WXUISIM_TEST( Thumb );