Skip to content

Commit aa1c9b2

Browse files
committed
Code returned to normal.
1 parent cc5a54c commit aa1c9b2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

TNMStagingCSharp/TNMStagingCSharp/Src/Tools/TestingTools.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ public class DebugSettings
1919
public const bool DEBUG_LOADED_TABLES = false;
2020
public const bool DEBUG_LOADED_SCHEMAS = false;
2121

22-
public const bool RUN_LARGE_TNM_TESTS = false;
23-
public const bool RUN_LARGE_CS_TESTS = false;
22+
public const bool RUN_LARGE_TNM_TESTS = true;
23+
public const bool RUN_LARGE_CS_TESTS = true;
2424

25-
public const bool RUN_HUGE_GOOD_TNM_TESTS = false;
26-
public const bool RUN_HUGE_BAD_TNM_TESTS = false;
25+
public const bool RUN_HUGE_GOOD_TNM_TESTS = true;
26+
public const bool RUN_HUGE_BAD_TNM_TESTS = true;
2727

28-
public const bool RUN_HUGE_GOOD_CS_TESTS = false;
28+
public const bool RUN_HUGE_GOOD_CS_TESTS = true;
2929
public const bool RUN_HUGE_BAD_CS_TESTS = true;
3030

3131
}

0 commit comments

Comments
 (0)