]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/net/socket.cpp
run wxURL test both with and without the event loop too
[wxWidgets.git] / tests / net / socket.cpp
index 69b1b4daa9cd5019590cdf7c08458d57c0759435..a34993bc7bb2ce0a3eb7bb16faa782e6606f240f 100644 (file)
@@ -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