ソースを参照

Tests: Updated conf ("quick"-option) and corrected res-files

Ronny Otto 9 年 前
コミット
8413b867a0

+ 1 - 0
tests/base.conf

@@ -2,5 +2,6 @@
 #arch_type = x86
 #threads   = (1 or 0, 0 is default)
 #debug     = (1 or 0, 0 is default)
+#quick     = (1 or 0, 0 is default) (BMK-NG only - skip module scan y/n)
 
 bmk_path = ../../../bin/bmk

+ 4 - 4
tests/framework/language/dotdot_01.res

@@ -1,6 +1,6 @@
-1,2,3,4,5,6
-1,2,3,4,5,6
-7
 8,9
 10,11
-12,13,14,15
+12,13,14,15
+1,2,3,4,5,6
+1,2,3,4,5,6
+7

+ 1 - 0
tests/framework/types/inherited_functions_01.res

@@ -1,3 +1,4 @@
+Abstract method called : abstractFunction
 Caught illegal call to abstract
 Hello
 World