wininet/tests: Remove a duplicate test.

This commit is contained in:
Detlef Riekenberg 2009-05-15 19:49:36 +02:00 committed by Alexandre Julliard
parent 1912f0f4fd
commit c4e6018320
1 changed files with 0 additions and 3 deletions

View File

@ -242,9 +242,6 @@ static void test_GetDiskInfoA(void)
ret = GetDiskInfoA(path, NULL, NULL, NULL); ret = GetDiskInfoA(path, NULL, NULL, NULL);
ok(ret, "GetDiskInfoA failed %u\n", GetLastError()); ok(ret, "GetDiskInfoA failed %u\n", GetLastError());
ret = GetDiskInfoA(path, NULL, NULL, NULL);
ok(ret, "GetDiskInfoA failed %u\n", GetLastError());
SetLastError(0xdeadbeef); SetLastError(0xdeadbeef);
strcpy(p, "\\non\\existing\\path"); strcpy(p, "\\non\\existing\\path");
ret = GetDiskInfoA(path, NULL, NULL, NULL); ret = GetDiskInfoA(path, NULL, NULL, NULL);