Explorar el Código

Fixed the cleanup name - now it should actually work.

netuttki hace 10 meses
padre
commit
2c6160cdb6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      test/testframework.qsrc

+ 1 - 1
test/testframework.qsrc

@@ -160,7 +160,7 @@ if $ARGS[0] = 'saveTestResults':
 	savegame '<<$_TESTSUITE>>-Results-<<$_TESTFILETIME>>.test'
 end
 
-if $ARGS[0] = 'cleanUpDefault':
+if $ARGS[0] = 'testDefaultCleanup':
 	killvar 'ARGUMENTS'
 	killvar 'EXPECTED'
 	killvar 'EXPECTED_MESSAGE'