]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/testing.h
Applied #15226 with modifications: wxRichTextCtrl: Implement setting properties with...
[wxWidgets.git] / include / wx / testing.h
index dc1bd5ec33e050159c3eff441ec82cc153235748..57d9d0990c0ffc722b8705989871f4f6a81df86d 100644 (file)
@@ -3,7 +3,6 @@
 // Purpose:     helpers for GUI testing
 // Author:      Vaclav Slavik
 // Created:     2012-08-28
-// RCS-ID:      $Id$
 // Copyright:   (c) 2012 Vaclav Slavik
 // Licence:     wxWindows Licence
 /////////////////////////////////////////////////////////////////////////////
@@ -337,7 +336,7 @@ private:
           wxExpectModal<> for your dialog type and implement its OnInvoked()
           method.
  */
-#ifdef wxHAS_VARIADIC_MACROS
+#ifdef HAVE_VARIADIC_MACROS
 #define wxTEST_DIALOG(codeToRun, ...)                                          \
     {                                                                          \
         wxTEST_DIALOG_HOOK_CLASS wx_hook;                                      \
@@ -345,7 +344,7 @@ private:
         codeToRun;                                                             \
         wx_hook.CheckUnmetExpectations();                                      \
     }
-#endif /* wxHAS_VARIADIC_MACROS */
+#endif /* HAVE_VARIADIC_MACROS */
 
 #endif // !WXBUILDING