run wxURL test both with and without the event loop too
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57663 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
6799c5e283
commit
16685812c1
@ -50,13 +50,13 @@ private:
|
||||
CPPUNIT_TEST( ReadNormal ); \
|
||||
CPPUNIT_TEST( ReadBlock ); \
|
||||
CPPUNIT_TEST( ReadNowait ); \
|
||||
CPPUNIT_TEST( ReadWaitall )
|
||||
CPPUNIT_TEST( ReadWaitall ); \
|
||||
CPPUNIT_TEST( UrlTest )
|
||||
|
||||
CPPUNIT_TEST_SUITE( SocketTestCase );
|
||||
ALL_SOCKET_TESTS();
|
||||
CPPUNIT_TEST( PseudoTest_SetUseEventLoop );
|
||||
ALL_SOCKET_TESTS();
|
||||
CPPUNIT_TEST( UrlTest );
|
||||
CPPUNIT_TEST_SUITE_END();
|
||||
|
||||
// helper event loop class which sets itself as active only if we pass it
|
||||
|
Loading…
Reference in New Issue
Block a user