André Hentschel : msi/tests: Remove dead url.

Alexandre Julliard julliard at winehq.org
Wed Jan 6 13:00:55 CST 2010


Module: wine
Branch: master
Commit: 2e339c471e82029263fab04f19aa9b5179c5d471
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=2e339c471e82029263fab04f19aa9b5179c5d471

Author: André Hentschel <nerv at dawncrow.de>
Date:   Tue Jan  5 20:43:09 2010 +0100

msi/tests: Remove dead url.

---

 dlls/msi/tests/record.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/dlls/msi/tests/record.c b/dlls/msi/tests/record.c
index 369c855..0b80779 100644
--- a/dlls/msi/tests/record.c
+++ b/dlls/msi/tests/record.c
@@ -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");




More information about the wine-cvs mailing list