Browse Source

* Enable all tests

michael 5 năm trước cách đây
mục cha
commit
62ed888c1d
2 tập tin đã thay đổi với 4 bổ sung5 xóa
  1. 1 2
      test/tcgenericlist.pp
  2. 3 3
      test/testrtl.lpr

+ 1 - 2
test/tcgenericlist.pp

@@ -421,7 +421,6 @@ begin
 end;
 
 begin
-  RegisterTests([TTestSimpleList//, TTestSingleObjectList
-                 ]);
+  RegisterTests([ TTestSimpleList,TTestSingleObjectList]);
 end.
 

+ 3 - 3
test/testrtl.lpr

@@ -26,10 +26,10 @@ program testrtl;
 
 uses
   browserconsole, consoletestrunner, frmrtlrun,
-//  tcstream, tccompstreaming, simplelinkedlist, tcsyshelpers
+  tcstream, tccompstreaming, simplelinkedlist, tcsyshelpers,
 //  tcgenarrayhelper,
-//  tcstringhelp
-//  tcgenericdictionary,
+  tcstringhelp,
+  tcgenericdictionary,
   tcgenericlist,
   strutils, sysutils, webutils;