]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/exec/exec.cpp
Brazilian Portuguese translations update from Felipe.
[wxWidgets.git] / tests / exec / exec.cpp
index d493f39bb6ad14167a1bb3d88be6e3f1c5adbd2f..620fa9a3696390a8d0d5d7e47c533bd8d60ee2a8 100644 (file)
@@ -4,7 +4,6 @@
 // Author:      Francesco Montorsi
 //              (based on console sample TestExecute() function)
 // Created:     2009-01-10
-// RCS-ID:      $Id$
 // Copyright:   (c) 2009 Francesco Montorsi
 //              (c) 2013 Rob Bresalier, Vadim Zeitlin
 // Licence:     wxWindows licence
@@ -436,7 +435,7 @@ void ExecTestCase::TestOverlappedSyncExecute()
     //
     // Too bad you can't just register one test case of a test suite as a
     // "fixme".
-#ifndef __WXMSW__
+#ifndef __WINDOWS__
     // Simple helper delaying the call to wxExecute(): instead of running it
     // immediately, it runs it when we re-enter the event loop.
     class DelayedExecuteTimer : public wxTimer
@@ -495,5 +494,5 @@ void ExecTestCase::TestOverlappedSyncExecute()
 
     CPPUNIT_ASSERT( !longSleepOutput.empty() );
     CPPUNIT_ASSERT_EQUAL( SLEEP_END_STRING, longSleepOutput.Last() );
-#endif // !__WXMSW__
+#endif // !__WINDOWS__
 }