Ver Fonte

* Enable all tests

michael há 5 anos atrás
pai
commit
62ed888c1d
2 ficheiros alterados com 4 adições e 5 exclusões
  1. 1 2
      test/tcgenericlist.pp
  2. 3 3
      test/testrtl.lpr

+ 1 - 2
test/tcgenericlist.pp

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

+ 3 - 3
test/testrtl.lpr

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