Browse Source

* Fix wrong format specifier

Michaël Van Canneyt 5 months ago
parent
commit
2e9b644ceb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/utils/testsuite/tshtml.pas

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

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