Przeglądaj źródła

* Add CheckAllRTL explanation

Michaël Van Canneyt 4 miesięcy temu
rodzic
commit
a412bc39cd
1 zmienionych plików z 1 dodań i 1 usunięć
  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;