Commit 8199e3df authored by Dan Hipschman's avatar Dan Hipschman Committed by Alexandre Julliard

qmgr: Transfer files given by URL (including HTTP, etc).

parent 2f2b3303
...@@ -375,6 +375,8 @@ static void test_CompleteLocal(void) ...@@ -375,6 +375,8 @@ static void test_CompleteLocal(void)
ok(DeleteFileW(test_remotePathA), "DeleteFile\n"); ok(DeleteFileW(test_remotePathA), "DeleteFile\n");
ok(DeleteFileW(test_remotePathB), "DeleteFile\n"); ok(DeleteFileW(test_remotePathB), "DeleteFile\n");
DeleteFileW(test_localPathA);
DeleteFileW(test_localPathB);
} }
/* Test a complete transfer for local files */ /* Test a complete transfer for local files */
...@@ -448,6 +450,8 @@ static void test_CompleteLocalURL(void) ...@@ -448,6 +450,8 @@ static void test_CompleteLocalURL(void)
ok(DeleteFileW(test_remotePathA), "DeleteFile\n"); ok(DeleteFileW(test_remotePathA), "DeleteFile\n");
ok(DeleteFileW(test_remotePathB), "DeleteFile\n"); ok(DeleteFileW(test_remotePathB), "DeleteFile\n");
DeleteFileW(test_localPathA);
DeleteFileW(test_localPathB);
HeapFree(GetProcessHeap(), 0, urlA); HeapFree(GetProcessHeap(), 0, urlA);
HeapFree(GetProcessHeap(), 0, urlB); HeapFree(GetProcessHeap(), 0, urlB);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment