msi/tests: Remove dead url.

This commit is contained in:
André Hentschel 2010-01-05 20:43:09 +01:00 committed by Alexandre Julliard
parent 2f5ba0d8c0
commit 2e339c471e
1 changed files with 0 additions and 1 deletions

View File

@ -334,7 +334,6 @@ static void test_msirecord(void)
ok(r == ERROR_SUCCESS, "failed to add stream to record\n");
r = MsiRecordReadStream(h, 1, buf, NULL);
ok(r == ERROR_INVALID_PARAMETER, "should return error\n");
/* http://test.winehq.org/data/200503181000/98_jmelgarejo98casa/msi:record.txt */
DeleteFile(filename); /* Windows 98 doesn't like this at all, so don't check return. */
r = MsiRecordReadStream(h, 1, NULL, NULL);
ok(r == ERROR_INVALID_PARAMETER, "should return error\n");