From 9bc0264b85f9b7bfdb0f9050acd7142f20fa1c13 Mon Sep 17 00:00:00 2001 From: wei <> Date: Thu, 6 Jul 2006 23:45:54 +0000 Subject: Update test tools. --- tests/test_tools/selenium/core/TestRunner-splash.html | 2 -- tests/test_tools/selenium/php/TestRunner.php | 9 ++++----- tests/test_tools/unit_tests.php | 2 +- 3 files changed, 5 insertions(+), 8 deletions(-) (limited to 'tests') diff --git a/tests/test_tools/selenium/core/TestRunner-splash.html b/tests/test_tools/selenium/core/TestRunner-splash.html index 368c95b7..205bb8ef 100644 --- a/tests/test_tools/selenium/core/TestRunner-splash.html +++ b/tests/test_tools/selenium/core/TestRunner-splash.html @@ -34,8 +34,6 @@ Copyright 2005 ThoughtWorks, Inc - -

Selenium

by ThoughtWorks and friends

diff --git a/tests/test_tools/selenium/php/TestRunner.php b/tests/test_tools/selenium/php/TestRunner.php index 21d18e44..a82ce0dd 100644 --- a/tests/test_tools/selenium/php/TestRunner.php +++ b/tests/test_tools/selenium/php/TestRunner.php @@ -80,7 +80,7 @@ Copyright 2004 ThoughtWorks, Inc @@ -139,19 +139,18 @@ Copyright 2004 ThoughtWorks, Inc
-

Selenium TestRunner

+

Selenium

incomplete
- + + - + --> 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'])) { -- cgit v1.2.3