File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
TNMStagingCSharp/TNMStagingCSharp/Src/Tools Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments