Alexandre Julliard : urlmon/tests: Update test data location to test.winehq .org/tests.

Alexandre Julliard julliard at winehq.org
Mon Mar 14 14:29:46 CDT 2011


Module: wine
Branch: master
Commit: 3dc7ffb7a55d5518f8900904cc6985baea4fc2e1
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=3dc7ffb7a55d5518f8900904cc6985baea4fc2e1

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Mon Mar 14 16:43:22 2011 +0100

urlmon/tests: Update test data location to test.winehq.org/tests.

---

 dlls/urlmon/tests/protocol.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/urlmon/tests/protocol.c b/dlls/urlmon/tests/protocol.c
index 2549e02..be8494c 100644
--- a/dlls/urlmon/tests/protocol.c
+++ b/dlls/urlmon/tests/protocol.c
@@ -797,7 +797,7 @@ static HRESULT WINAPI ProtocolSink_ReportProgress(IInternetProtocolSink *iface,
     case BINDSTATUS_REDIRECTING:
         CHECK_EXPECT(ReportProgress_REDIRECTING);
         if(test_redirect)
-            ok(!strcmp_wa(szStatusText, "http://test.winehq.org/hello.html"), "szStatusText = %s\n", wine_dbgstr_w(szStatusText));
+            ok(!strcmp_wa(szStatusText, "http://test.winehq.org/tests/hello.html"), "szStatusText = %s\n", wine_dbgstr_w(szStatusText));
         else
             ok(szStatusText == NULL, "szStatusText = %s\n", wine_dbgstr_w(szStatusText));
         break;
@@ -2901,7 +2901,7 @@ static void test_http_protocol(void)
          'p','o','s','t','t','e','s','t','.','p','h','p',0};
     static const WCHAR redirect_url[] =
         {'h','t','t','p',':','/','/','t','e','s','t','.','w','i','n','e','h','q','.','o','r','g','/',
-         't','e','s','t','r','e','d','i','r','e','c','t',0};
+         't','e','s','t','s','/','r','e','d','i','r','e','c','t',0};
     static const WCHAR winetest_url[] =
         {'h','t','t','p',':','/','/','t','e','s','t','.','w','i','n','e','h','q','.','o','r','g','/','d','a','t','a','/',0};
 




More information about the wine-cvs mailing list