]> git.saurik.com Git - wxWidgets.git/commit
Reenable TEST_ALL (and #define TEST_FTP in that case)
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Wed, 14 Jan 2009 14:58:47 +0000 (14:58 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Wed, 14 Jan 2009 14:58:47 +0000 (14:58 +0000)
commiteb8351273293517a8ba01cc0f9b9f5b5560d8d95
tree9444939d7037d032cf133825d34c936fee76ea48
parent52499582034df83c4d23fbce6cea26535a4fd317
Reenable TEST_ALL (and #define TEST_FTP in that case)
Fix some warnings about unused functions
Fix asserts coming from incorrect use of GetC(): new wxPutchar asserts when passing a NULL character
Remove TestThreadExec() and MyExecThread: wxExecute can be used only from the main thread
Remove TestFtpWuFtpd: we don't want to test for wu-ftp bugs and ftp.eudora.com doesn't respond anymore
Do not leak the global FTP object

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58094 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
samples/console/console.cpp