summaryrefslogtreecommitdiff
path: root/tests/test_tools/unit_tests.php
diff options
context:
space:
mode:
authorwei <>2006-07-06 23:45:54 +0000
committerwei <>2006-07-06 23:45:54 +0000
commit9bc0264b85f9b7bfdb0f9050acd7142f20fa1c13 (patch)
treeeda9057150919d3b9eecddd811c3b381d91f49c0 /tests/test_tools/unit_tests.php
parentc9d52efd6cea119b228cdf4a5679463e06f98b50 (diff)
Update test tools.
Diffstat (limited to 'tests/test_tools/unit_tests.php')
-rw-r--r--tests/test_tools/unit_tests.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_tools/unit_tests.php b/tests/test_tools/unit_tests.php
index 5c1c95bd..732c6826 100644
--- a/tests/test_tools/unit_tests.php
+++ b/tests/test_tools/unit_tests.php
@@ -88,7 +88,7 @@ class PradoUnitTester
function run($reporter)
{
- $rootPath=$this->_root;
+ $rootPath=realpath($this->_root);
$rootUri=dirname($_SERVER['PHP_SELF']);
if(isset($_GET['target']))
{