瀏覽代碼

* Fix wrong format specifier

Michaël Van Canneyt 6 月之前
父節點
當前提交
2e9b644ceb
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/utils/testsuite/tshtml.pas

+ 1 - 1
tests/utils/testsuite/tshtml.pas

@@ -226,7 +226,7 @@ Var
 begin
   P:=(Sender as TTableProducer);
   if FVars.CompareRunID<>-1 then
-    S:=Format(TestSuiteCGIURL + '?action=%d&amp;run1id=%d&amp;run2id=%s&amp;testfileid=%s',
+    S:=Format(TestSuiteCGIURL + '?action=%d&amp;run1id=%d&amp;run2id=%d&amp;testfileid=%s',
        [faction_show_one_test,FVars.RunID,FVars.CompareRunID,P.DataSet.FieldByName('Id').AsString])
   else
     S:=Format(TestSuiteCGIURL + '?action=%d&amp;run1id=%d&amp;testfileid=%s',