* Small fix after recent changes to tests list in testsuite

git-svn-id: trunk@32868 -
This commit is contained in:
michael 2016-01-07 07:38:34 +00:00
parent 0251263234
commit b1c5077c96

View File

@ -340,7 +340,7 @@ procedure TTestRunner.DoRun;
if (test is ttestsuite) then
begin
for I := 0 to TTestSuite(test).Tests.Count - 1 do
CheckTestRegistry (TTest((test as TTestSuite).Tests[I]), c, res)
CheckTestRegistry ((test as TTestSuite).Test[I], c, res)
end
else if (test is TTestDecorator) then
begin