test/LoadDatabase: ignore tag/charset mismatches
This program shouldn't fail just because the configuration doesn't match - it has no configuration, it's just a dumb test program.
This commit is contained in:
@@ -21,7 +21,7 @@ try {
|
||||
|
||||
Directory root{{}, nullptr};
|
||||
TextFile line_reader{db_path};
|
||||
db_load_internal(line_reader, root);
|
||||
db_load_internal(line_reader, root, true);
|
||||
|
||||
return EXIT_SUCCESS;
|
||||
} catch (...) {
|
||||
|
Reference in New Issue
Block a user