Explorar el Código

tests: disable settings.init()

This will remove debug assertion than will prevent any test
from running in debug mode
Konstantin hace 2 años
padre
commit
15d933d354
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      test/CVcmiTestConfig.cpp

+ 0 - 1
test/CVcmiTestConfig.cpp

@@ -25,7 +25,6 @@ void CVcmiTestConfig::SetUp()
 {
 {
 	console = new CConsoleHandler();
 	console = new CConsoleHandler();
 	preinitDLL(console, true);
 	preinitDLL(console, true);
-	settings.init();
 	loadDLLClasses(true);
 	loadDLLClasses(true);
 
 
 	/* TEST_DATA_DIR may be wrong, if yes below test don't run,
 	/* TEST_DATA_DIR may be wrong, if yes below test don't run,