git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64537
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#ifdef FTP_ANONYMOUS
static const wxChar *hostname = wxT("ftp.wxwidgets.org");
- static const wxChar *directory = wxT("/pub");
- static const wxChar *filename = wxT("welcome.msg");
#else
static const wxChar *hostname = "localhost";
- static const wxChar *directory = wxT("/etc");
- static const wxChar *filename = wxT("issue");
#endif
static bool TestFtpConnect()
#endif // TEST_FTP
#ifdef TEST_MIME
- //wxLog::AddTraceMask(wxT("mime"));
TestMimeEnum();
TestMimeAssociate();
TestMimeFilename();
TestStandardPaths();
#endif
-#ifdef TEST_USLEEP
- wxPuts(wxT("Sleeping for 3 seconds... z-z-z-z-z..."));
- wxUsleep(3000);
-#endif // TEST_USLEEP
-
#ifdef TEST_VOLUME
TestFSVolume();
#endif // TEST_VOLUME