* Enable all tests

This commit is contained in:
michael 2020-06-01 17:13:47 +00:00
parent 796126d257
commit 62ed888c1d
2 changed files with 4 additions and 5 deletions

View File

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

View File

@ -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;