]> git.saurik.com Git - wxWidgets.git/commitdiff
disable tests depending on a focusable slider control
authorStefan Csomor <csomor@advancedconcepts.ch>
Tue, 11 Jun 2013 22:33:00 +0000 (22:33 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Tue, 11 Jun 2013 22:33:00 +0000 (22:33 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74172 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

tests/controls/slidertest.cpp

index 87c69a637fb1eeeb90524d2ad88877d9e0fe9e66..2c4d35ae1964c47335cadf30e03a08d11aa37902 100644 (file)
@@ -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 );