wininet/tests: Remove all temporary files.

This commit is contained in:
Piotr Caban 2012-09-18 14:44:51 +02:00 committed by Alexandre Julliard
parent 65034ce2a4
commit 95a4f3dd6d
1 changed files with 2 additions and 0 deletions

View File

@ -358,6 +358,8 @@ static void test_urlcacheA(void)
ret = CreateUrlCacheEntry(TEST_URL, 0, "html", filenameA1, 0);
ok(ret, "CreateUrlCacheEntry failed with error %d\n", GetLastError());
check_file_exists(filenameA1);
DeleteFileA(filenameA1);
ok(lstrcmpiA(filenameA, filenameA1), "expected a different file name\n");