]> git.saurik.com Git - wxWidgets.git/commitdiff
also disable the test of the generic version as it's not in the svn yet
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 3 Dec 2008 21:56:49 +0000 (21:56 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 3 Dec 2008 21:56:49 +0000 (21:56 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57095 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

tests/controls/headerctrltest.cpp

index 079e5e506bd8c2e596e58ea426b9f76634561397..768238c7ff685ec64931532410b70ab04e5e985a 100644 (file)
@@ -17,6 +17,8 @@
     #pragma hdrstop
 #endif
 
     #pragma hdrstop
 #endif
 
+#ifdef __WXMSW__ // no generic version of this control yet
+
 #ifndef WX_PRECOMP
     #include "wx/app.h"
     #include "wx/headerctrl.h"
 #ifndef WX_PRECOMP
     #include "wx/app.h"
     #include "wx/headerctrl.h"
@@ -102,3 +104,4 @@ void HeaderCtrlTestCase::BestSize()
     CPPUNIT_ASSERT_EQUAL( sizeEmpty.y, size.y );
 }
 
     CPPUNIT_ASSERT_EQUAL( sizeEmpty.y, size.y );
 }
 
+#endif // __WXMSW__