From: Thomas Faber Date: Thu, 23 Apr 2015 11:32:20 +0000 (+0000) Subject: [URLMON_WINETEST] X-Git-Tag: backups/colins-printing-for-freedom@73041~250 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=4744fee7129ae0fb60bf30297447a9875f7fabd7;hp=d2d1f0f9fc2378914330616a0e1c8f06691ea3d1;ds=inline [URLMON_WINETEST] - Re-enable skipped protocol tests ROSTESTS-165 #resolve svn path=/trunk/; revision=67366 --- diff --git a/rostests/winetests/urlmon/protocol.c b/rostests/winetests/urlmon/protocol.c index efe216c4289..ff72bd66e5e 100644 --- a/rostests/winetests/urlmon/protocol.c +++ b/rostests/winetests/urlmon/protocol.c @@ -3772,27 +3772,12 @@ START_TEST(protocol) 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();