Mike McCormack : msi: Remove an inconsistent test.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Jun 12 10:02:23 CDT 2006


Module: wine
Branch: refs/heads/master
Commit: 3c81969a55aa839fbcda8369fce609c360b25d62
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=3c81969a55aa839fbcda8369fce609c360b25d62

Author: Mike McCormack <mike at codeweavers.com>
Date:   Mon Jun 12 13:20:11 2006 +0900

msi: Remove an inconsistent test.

---

 dlls/msi/tests/db.c |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/dlls/msi/tests/db.c b/dlls/msi/tests/db.c
index 44eecb1..420e194 100644
--- a/dlls/msi/tests/db.c
+++ b/dlls/msi/tests/db.c
@@ -70,7 +70,7 @@ static UINT do_query(MSIHANDLE hdb, cons
     return ret;
 }
 
-void test_msiinsert(void)
+static void test_msiinsert(void)
 {
     MSIHANDLE hdb = 0, hview = 0, hrec = 0;
     UINT r;
@@ -120,8 +120,6 @@ void test_msiinsert(void)
     todo_wine {
     r = MsiRecordIsNull(hrec, 0);
     ok(r == FALSE, "field 0 not null\n");
-    r = MsiRecordGetInteger(hrec, 0);
-    ok(r == 0x138080, "field 0 contents wrong\n");
     }
 
     r = MsiRecordGetInteger(hrec, 1);




More information about the wine-cvs mailing list