disable FTPTestCase by default.

Add a warning for the user when running --list without arguments: not all tests are listed, only those enabled by default (e.g. FTPTestCase doesn't appear there)!


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64460 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2010-06-02 10:49:44 +00:00
parent 87b3708781
commit 20ba398d1a
2 changed files with 14 additions and 4 deletions

View File

@@ -75,8 +75,9 @@ private:
DECLARE_NO_COPY_CLASS(FTPTestCase)
};
// register in the unnamed registry so that these tests are run by default
CPPUNIT_TEST_SUITE_REGISTRATION( FTPTestCase );
// NOTE: we do not run FTPTestCase suite by default because buildslaves typically
// do not have FTP connectivity enabled by default...
//CPPUNIT_TEST_SUITE_REGISTRATION( FTPTestCase );
// also include in it's own registry so that these tests can be run alone
CPPUNIT_TEST_SUITE_NAMED_REGISTRATION( FTPTestCase, "FTPTestCase" );