Add a ./tests/selenium/static directory for generated files
authorGuillaume (ioguix) de Rorthais <ioguix@free.fr>
Mon, 27 Oct 2008 23:32:32 +0000 (19:32 -0400)
committerGuillaume (ioguix) de Rorthais <ioguix@free.fr>
Mon, 27 Oct 2008 23:32:32 +0000 (19:32 -0400)
build_tests.php
intro.php

index a69132395ea69d53bf169b2ae7fc06fe2f43291e..bd5464b05a16f1f5c145c3c2aa7dc04a48067695 100755 (executable)
@@ -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...";
index 5f55f34ec94fddc02194be167318cd51f5ec4f56..28ab78b55ac9c5cde177dcc5acb087d93e3c15c7 100755 (executable)
--- a/intro.php
+++ b/intro.php
@@ -40,7 +40,7 @@
        <li><a href="<?php echo $lang['strpgsqlhome_url'] ?>"><?php echo $lang['strpgsqlhome'] ?></a></li>
        <li><a href="http://sourceforge.net/tracker/?group_id=37132&amp;atid=418980"><?php echo $lang['strreportbug'] ?></a></li>
        <li><a href="<?php echo $lang['strviewfaq_url'] ?>"><?php echo $lang['strviewfaq'] ?></a></li>
-       <li><a target="_top" href="tests/selenium/selenium-lib/core/TestRunner.html?test=..%2F..%2FTestSuite.html&resultsUrl=..%2FpostResults">Selenium tests</a></li>
+       <li><a target="_top" href="tests/selenium/selenium-lib/core/TestRunner.html?test=..%2F..%2Fstatic%2FTestSuite.html&resultsUrl=..%2FpostResults">Selenium tests</a></li>
 </ul>
 
 <?php