diff options
| author | Paolo Bonzini <pbonzini@redhat.com> | 2012-12-11 11:06:48 +0100 |
|---|---|---|
| committer | Paolo Bonzini <pbonzini@redhat.com> | 2012-12-11 11:06:48 +0100 |
| commit | 4a33d8ff9f1e0593bd49922cd46aa3e6a7aa1273 (patch) | |
| tree | aa850a84a8406f497bb020169038f6f732febd61 /tests/testdatabase.c | |
| parent | 52387b9a15aa1209b1582c53f26a2c558e79cc75 (diff) | |
| parent | 0ffc9bc6e55b5e42766e68fb6cc087f6cbead6e0 (diff) | |
Merge branch 'pre-gsf'
Diffstat (limited to 'tests/testdatabase.c')
| -rw-r--r-- | tests/testdatabase.c | 2 |
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"); |
