From 1732293217d3bd81dde1cbafc3201cdacfeb1a2b Mon Sep 17 00:00:00 2001 From: Marc-André Lureau Date: Tue, 18 Dec 2012 18:15:20 +0100 Subject: database: import stream from table name Follow more closely MsiDatabaseExport/ MsiDatabaseImport behaviour. --- tests/testdatabase.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/testdatabase.c') 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); -- cgit