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

This commit is contained in:
Dan Hipschman 2008-03-13 15:57:19 -07:00 committed by Alexandre Julliard
parent 2f2b3303d7
commit 8199e3dfa2
1 changed files with 4 additions and 0 deletions

View File

@ -375,6 +375,8 @@ static void test_CompleteLocal(void)
ok(DeleteFileW(test_remotePathA), "DeleteFile\n");
ok(DeleteFileW(test_remotePathB), "DeleteFile\n");
DeleteFileW(test_localPathA);
DeleteFileW(test_localPathB);
}
/* Test a complete transfer for local files */
@ -448,6 +450,8 @@ static void test_CompleteLocalURL(void)
ok(DeleteFileW(test_remotePathA), "DeleteFile\n");
ok(DeleteFileW(test_remotePathB), "DeleteFile\n");
DeleteFileW(test_localPathA);
DeleteFileW(test_localPathB);
HeapFree(GetProcessHeap(), 0, urlA);
HeapFree(GetProcessHeap(), 0, urlB);