From 79c29706e3d1e27ded6db6f821dd3c1c2f3f4a9a Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Tue, 11 Jun 2013 22:33:00 +0000 Subject: [PATCH] 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 --- tests/controls/slidertest.cpp | 2 ++ 1 file changed, 2 insertions(+) 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 ); -- 2.45.2