From 02a256d54ddc639e07a8baf837946eaf5f30dcba Mon Sep 17 00:00:00 2001 From: "Guillaume (ioguix) de Rorthais" Date: Mon, 27 Oct 2008 19:32:32 -0400 Subject: [PATCH] Add a ./tests/selenium/static directory for generated files --- build_tests.php | 2 +- intro.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build_tests.php b/build_tests.php index a6913239..bd5464b0 100755 --- a/build_tests.php +++ b/build_tests.php @@ -10,7 +10,7 @@ $test_dir = './tests/selenium/'; $test_src_dir = "{$test_dir}/src/"; $test_static_dir = "{$test_dir}/static/"; - $testsuite_file = "{$test_dir}/TestSuite.html"; + $testsuite_file = "{$test_static_dir}/TestSuite.html"; if(isset($argv[1]) && ($argv[1] == 'clean')) { echo "Cleaning..."; diff --git a/intro.php b/intro.php index 5f55f34e..28ab78b5 100755 --- a/intro.php +++ b/intro.php @@ -40,7 +40,7 @@
  • -
  • Selenium tests
  • +
  • Selenium tests