Author: tfaber
Date: Thu Apr 23 11:32:20 2015
New Revision: 67366

URL: http://svn.reactos.org/svn/reactos?rev=67366&view=rev
Log:
[URLMON_WINETEST]
- Re-enable skipped protocol tests
ROSTESTS-165 #resolve

Modified:
    trunk/rostests/winetests/urlmon/protocol.c

Modified: trunk/rostests/winetests/urlmon/protocol.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/rostests/winetests/urlmon/protocol.c?rev=67366&r1=67365&r2=67366&view=diff
==============================================================================
--- trunk/rostests/winetests/urlmon/protocol.c  [iso-8859-1] (original)
+++ trunk/rostests/winetests/urlmon/protocol.c  [iso-8859-1] Thu Apr 23 
11:32:20 2015
@@ -3772,27 +3772,12 @@
     thread_id = GetCurrentThreadId();
 
     test_file_protocol();
-
-    if (!winetest_interactive)
-        skip("ROSTESTS-165: Skipping test_http_protocol() because of 
timeouts.\n");
-    else
-        test_http_protocol();
-
+    test_http_protocol();
     if(pCreateUri)
-    {
-        if (!winetest_interactive)
-            skip("ROSTESTS-165: Skipping test_https_protocol() because of 
timeouts.\n");
-        else
-            test_https_protocol();
-    }
+        test_https_protocol();
     else
         win_skip("Skipping https tests on too old platform\n");
-
-    if (!winetest_interactive)
-        skip("ROSTESTS-165: Skipping test_ftp_protocol() because of 
timeouts.\n");
-    else
-        test_ftp_protocol();
-
+    test_ftp_protocol();
     test_gopher_protocol();
     test_mk_protocol();
     test_CreateBinding();


Reply via email to