File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ implementation
2525
2626procedure TTestNewTrackon.Test_DownloadAPI ;
2727begin
28- Check(FNewTrackon.DownloadTrackers , ' Download the newtrackon API' );
28+ Check(FNewTrackon.DownloadEverything , ' Download the newtrackon API' );
2929
3030 Check(FNewTrackon.TrackerList_All.Count > 0 ,
3131 ' TrackerList_All should never be empty' );
Original file line number Diff line number Diff line change @@ -273,7 +273,7 @@ procedure TTestStartUpParameter.DownloadNewTrackonTrackers;
273273 // download only one time
274274 if FNewTrackon.TrackerList_All.Count = 0 then
275275 begin
276- Check(FNewTrackon.DownloadTrackers , ' Download Newtrackon failed' );
276+ Check(FNewTrackon.DownloadEverything , ' Download Newtrackon failed' );
277277 end ;
278278end ;
279279
You can’t perform that action at this time.
0 commit comments