From 5bec7d4bbfcce571706503bc2b039c0071470983 Mon Sep 17 00:00:00 2001 From: James Hawkins Date: Thu, 20 Mar 2008 00:09:29 -0700 Subject: [PATCH] msi: Don't trace the tables names on import. --- dlls/msi/tests/automation.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dlls/msi/tests/automation.c b/dlls/msi/tests/automation.c index bce5a1733da..f2e5c13abe4 100644 --- a/dlls/msi/tests/automation.c +++ b/dlls/msi/tests/automation.c @@ -272,7 +272,6 @@ static void create_database(const CHAR *name, const msi_table *tables, int num_t write_file(table->filename, table->data, (table->size - 1) * sizeof(char)); - trace("table->filename: %s\n", table->filename); r = MsiDatabaseImportA(db, CURR_DIR, table->filename); ok(r == ERROR_SUCCESS, "Expected ERROR_SUCCESS, got %u\n", r); -- 2.11.4.GIT