From 1c5725b4338be27d8e4e60d54a1bbd627986ec2c Mon Sep 17 00:00:00 2001 From: xue <> Date: Mon, 5 Dec 2005 01:19:30 +0000 Subject: --- tests/UnitTests/framework/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/UnitTests') diff --git a/tests/UnitTests/framework/index.php b/tests/UnitTests/framework/index.php index a8431e91..9d745e23 100644 --- a/tests/UnitTests/framework/index.php +++ b/tests/UnitTests/framework/index.php @@ -9,7 +9,7 @@ class TestFolder public function __construct($path,$rootPath,$rootUri) { - $this->url="$rootUri?target=".strtr(substr($path,strlen($rootPath)+1),"\\",'/'); + $this->url="$rootUri/index.php?target=".strtr(substr($path,strlen($rootPath)+1),"\\",'/'); $this->name=basename($path); $dir=opendir($path); while(($entry=readdir($dir))!==false) @@ -86,7 +86,7 @@ else { echo " -utList +Prado Framework Unit Tests -- cgit v1.2.3