summaryrefslogtreecommitdiffstats
path: root/tests/testdatabase.c
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2012-12-11 11:06:48 +0100
committerPaolo Bonzini <pbonzini@redhat.com>2012-12-11 11:06:48 +0100
commit4a33d8ff9f1e0593bd49922cd46aa3e6a7aa1273 (patch)
treeaa850a84a8406f497bb020169038f6f732febd61 /tests/testdatabase.c
parent52387b9a15aa1209b1582c53f26a2c558e79cc75 (diff)
parent0ffc9bc6e55b5e42766e68fb6cc087f6cbead6e0 (diff)
Merge branch 'pre-gsf'
Diffstat (limited to 'tests/testdatabase.c')
-rw-r--r--tests/testdatabase.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testdatabase.c b/tests/testdatabase.c
index 543b307..0a89013 100644
--- a/tests/testdatabase.c
+++ b/tests/testdatabase.c
@@ -357,7 +357,7 @@ static void test_msiinsert(void)
ok(r == 3, "record count wrong\n");
r = libmsi_record_is_null(hrec, 0);
- ok(r == false, "field 0 not null\n");
+ ok(r == true, "Expected true, got %d\n", r);
r = libmsi_record_get_integer(hrec, 1);
ok(r == 1, "field 1 contents wrong\n");