Module: wine Branch: master Commit: 5bec7d4bbfcce571706503bc2b039c0071470983 URL: http://source.winehq.org/git/wine.git/?a=commit;h=5bec7d4bbfcce571706503bc2b...
Author: James Hawkins jhawkins@codeweavers.com Date: Thu Mar 20 00:09:29 2008 -0700
msi: Don't trace the tables names on import.
---
dlls/msi/tests/automation.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/dlls/msi/tests/automation.c b/dlls/msi/tests/automation.c index bce5a17..f2e5c13 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);