summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2012-11-28 18:20:19 +0100
committerPaolo Bonzini <pbonzini@redhat.com>2012-12-06 20:26:29 +0100
commitcb31f6a37e8d8c0c9f0a27f63e554957ce1165b7 (patch)
treef8540ae28b32709113087f0902621ae7fdd3c0ac /tests
parentfb131be992277bd4e36e8cbcb2650588f1ee831e (diff)
downloadmsitools-cb31f6a37e8d8c0c9f0a27f63e554957ce1165b7.tar.gz
msitools-cb31f6a37e8d8c0c9f0a27f63e554957ce1165b7.tar.xz
msitools-cb31f6a37e8d8c0c9f0a27f63e554957ce1165b7.zip
small test fixes
Diffstat (limited to 'tests')
-rw-r--r--tests/testdatabase.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testdatabase.c b/tests/testdatabase.c
index 3b2d316..b336815 100644
--- a/tests/testdatabase.c
+++ b/tests/testdatabase.c
@@ -7027,7 +7027,7 @@ static void test_forcecodepage(void)
create_file_data("forcecodepage.idt", "\r\n\r\n9999\t_ForceCodepage\r\n", 0);
r = MsiDatabaseImportA(hdb, CURR_DIR, "forcecodepage.idt");
- ok(r == ERROR_FUNCTION_FAILED, "Expected ERROR_SUCCESS, got %d\n", r);
+ ok(r == ERROR_FUNCTION_FAILED, "Expected ERROR_FUNCTION_FAILED, got %d\n", r);
MsiCloseHandle(hdb);
DeleteFileA(msifile);