Parcourir la source

* Add CheckAllRTL explanation

Michaël Van Canneyt il y a 6 mois
Parent
commit
a412bc39cd
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      tests/utils/tsdb.pp

+ 1 - 1
tests/utils/tsdb.pp

@@ -126,7 +126,7 @@ Type
     function AddLastResult(TestID, PlatformID: Integer; ResultID: Int64): Boolean;
     // Add previousTestResult. If it exists already with given platform/test, update result ID.
     function AddPreviousResult(TestID, PlatformID: Integer; ResultID: Int64): Boolean;
-    // Add Check-All-RTL results
+    // Add Check-All-RTL results. Adds logs for failed tests, if available.
     Function AddCheckAllRtl(aData : TCheckAllRTL) : Int64;
     // Add Check-All-RTL failed run log
     function AddCheckAllRtlLog(aCheckAllRTLID: int64; aStep: Byte; const aLog: String): Int64;