]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/console/console.cpp
add wxImage::Clear (patch by troelsk); closes #10141
[wxWidgets.git] / samples / console / console.cpp
index 3858725560a732dc2bc5a4d5dad0a69bf2c7763f..134caa9449f4332bd528188e07607e582288bd72 100644 (file)
@@ -50,7 +50,7 @@
 
 // what to test (in alphabetic order)? Define TEST_ALL to 0 to do a single
 // test, define it to 1 to do all tests.
-#define TEST_ALL 1
+#define TEST_ALL 0
 
 
 #if TEST_ALL
@@ -89,7 +89,7 @@
     #define TEST_WCHAR
     #define TEST_ZIP
 #else // #if TEST_ALL
-    #define TEST_EXECUTE
+    #define TEST_FTP
 #endif
 
 // some tests are interactive, define this to run them
@@ -2405,8 +2405,6 @@ static void TestSocketClient()
 
 #include "wx/protocol/ftp.h"
 
-static wxFTP ftp;
-
 #define FTP_ANONYMOUS
 
 #ifdef FTP_ANONYMOUS