diff options
| author | Marc-André Lureau <marcandre.lureau@gmail.com> | 2012-12-18 18:15:20 +0100 |
|---|---|---|
| committer | Paolo Bonzini <pbonzini@redhat.com> | 2013-01-09 13:56:07 +0100 |
| commit | 1732293217d3bd81dde1cbafc3201cdacfeb1a2b (patch) | |
| tree | 74d327003d4ac2865c3427d498da23e4ef082df6 /tests/testdatabase.c | |
| parent | ef6554cff2a3b50df2ded82507be0d79efda1a0c (diff) | |
database: import stream from table name
Follow more closely MsiDatabaseExport/ MsiDatabaseImport behaviour.
Diffstat (limited to 'tests/testdatabase.c')
| -rw-r--r-- | tests/testdatabase.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/testdatabase.c b/tests/testdatabase.c index 381e178..c7f4e62 100644 --- a/tests/testdatabase.c +++ b/tests/testdatabase.c @@ -2034,8 +2034,8 @@ static void test_binary_import(void) /* create files to import */ write_file("bin_import.idt", bin_import_dat, (sizeof(bin_import_dat) - 1) * sizeof(char)); - mkdir("bin_import", 0755); - create_file_data("bin_import/filename1.ibd", "just some words", 15); + mkdir("Binary", 0755); + create_file_data("Binary/filename1.ibd", "just some words", 15); /* import files into database */ hdb = libmsi_database_new(msifile, LIBMSI_DB_OPEN_CREATE, NULL); |
