X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ecba92ec081e151f0adc2a048f409af354528df1..fc3762b5fcc2a9fea2ea53702e2b943d9e3c3cc7:/samples/console/console.cpp?ds=inline diff --git a/samples/console/console.cpp b/samples/console/console.cpp index 3858725560..134caa9449 100644 --- a/samples/console/console.cpp +++ b/samples/console/console.cpp @@ -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