فهرست منبع

* Add CheckAllRTL explanation

Michaël Van Canneyt 4 ماه پیش
والد
کامیت
a412bc39cd
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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;
     function AddLastResult(TestID, PlatformID: Integer; ResultID: Int64): Boolean;
     // Add previousTestResult. If it exists already with given platform/test, update result ID.
     // Add previousTestResult. If it exists already with given platform/test, update result ID.
     function AddPreviousResult(TestID, PlatformID: Integer; ResultID: Int64): Boolean;
     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;
     Function AddCheckAllRtl(aData : TCheckAllRTL) : Int64;
     // Add Check-All-RTL failed run log
     // Add Check-All-RTL failed run log
     function AddCheckAllRtlLog(aCheckAllRTLID: int64; aStep: Byte; const aLog: String): Int64;
     function AddCheckAllRtlLog(aCheckAllRTLID: int64; aStep: Byte; const aLog: String): Int64;