From 16685812c10471368473e8c85ca50d427dc946ae Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 30 Dec 2008 12:53:44 +0000 Subject: [PATCH] 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 --- tests/net/socket.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/net/socket.cpp b/tests/net/socket.cpp index 69b1b4daa9..a34993bc7b 100644 --- a/tests/net/socket.cpp +++ b/tests/net/socket.cpp @@ -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