summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorxue <>2005-12-05 01:19:30 +0000
committerxue <>2005-12-05 01:19:30 +0000
commit1c5725b4338be27d8e4e60d54a1bbd627986ec2c (patch)
tree68150915e3ea9d8f71f7b54bc8eb6e93c0c1c45b /tests
parentccf76e430b7703db028966a845a966f50956f490 (diff)
Diffstat (limited to 'tests')
-rw-r--r--tests/UnitTests/framework/index.php4
1 files changed, 2 insertions, 2 deletions
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 "<html>
<head>
-<title>utList</title>
+<title>Prado Framework Unit Tests</title>
<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">
</head>
<body>