We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c74f599 commit 8dafb54Copy full SHA for 8dafb54
source/test/test_ngosang_trackers_list.pas
@@ -34,10 +34,11 @@ procedure TTestNgosangTrackersList.Test_DownloadAPI;
34
Check(FngosangTrackerList.TrackerList_All_HTTP.Count > 0,
35
'TrackerList_All_HTTP should never be empty');
36
37
+{ //HTTPS is not popular. it may be empty
38
Check(
39
FngosangTrackerList.TrackerList_All_HTTPS.Count > 0,
40
'TrackerList_All_HTTPS should never be empty');
-
41
+}
42
43
FngosangTrackerList.TrackerList_All_IP.Count > 0,
44
'TrackerList_All_IP should never be empty');
0 commit comments