]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/controls/radiobuttontest.cpp
Add a test for eol-native file existence in the release script.
[wxWidgets.git] / tests / controls / radiobuttontest.cpp
index ce4f7989a492607e960a106744ece11703127734..6a402f1706230ff1b7e6eab53d4e8c3ad2b4b3f4 100644 (file)
@@ -69,8 +69,8 @@ void RadioButtonTestCase::tearDown()
 
 void RadioButtonTestCase::Click()
 {
-    // GTK does not support selecting a single radio button
-#if wxUSE_UIACTIONSIMULATOR && !defined(__WXGTK__)
+    // GTK and OS X do not support selecting a single radio button
+#if wxUSE_UIACTIONSIMULATOR && !defined(__WXGTK__) && !defined(__WXOSX__)
     EventCounter selected(m_radio, wxEVT_RADIOBUTTON);
 
     wxUIActionSimulator sim;