mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-24 22:14:36 +02:00
tests: disable settings.init()
This will remove debug assertion than will prevent any test from running in debug mode
This commit is contained in:
parent
2a8f9629ae
commit
15d933d354
@ -25,7 +25,6 @@ void CVcmiTestConfig::SetUp()
|
||||
{
|
||||
console = new CConsoleHandler();
|
||||
preinitDLL(console, true);
|
||||
settings.init();
|
||||
loadDLLClasses(true);
|
||||
|
||||
/* TEST_DATA_DIR may be wrong, if yes below test don't run,
|
||||
|
Loading…
Reference in New Issue
Block a user