diff options
author | xue <> | 2006-03-12 16:28:21 +0000 |
---|---|---|
committer | xue <> | 2006-03-12 16:28:21 +0000 |
commit | 6ae6538555d45b3e947f5ce0d948d9b88d95364a (patch) | |
tree | 55c9622a90debe81de45f8af5cf10e3293862965 /tests/FunctionalTests/selenium/php/selenium.php | |
parent | 5f66433898f89865a6682ad9aebfeef14b596dea (diff) |
reorganized FT.
Diffstat (limited to 'tests/FunctionalTests/selenium/php/selenium.php')
-rw-r--r-- | tests/FunctionalTests/selenium/php/selenium.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/FunctionalTests/selenium/php/selenium.php b/tests/FunctionalTests/selenium/php/selenium.php index 03b264db..4b36b8c2 100644 --- a/tests/FunctionalTests/selenium/php/selenium.php +++ b/tests/FunctionalTests/selenium/php/selenium.php @@ -267,6 +267,7 @@ EOD; foreach($this->suites as $name => $suite) { $file = $suite[0]['trace']['file']; + $file = strtr($file,'\\','/'); $url = $this->runner->getDriver()."?case={$name}&file={$file}"; echo "<tr>\n"; echo "<td><a href=\"{$url}\">{$name}</a></td>\n"; |