|
@@ -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&run1id=%d&run2id=%s&testfileid=%s',
|
|
|
|
|
|
+ S:=Format(TestSuiteCGIURL + '?action=%d&run1id=%d&run2id=%d&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&run1id=%d&testfileid=%s',
|
|
S:=Format(TestSuiteCGIURL + '?action=%d&run1id=%d&testfileid=%s',
|