diff options
author | wei <> | 2006-08-11 05:05:32 +0000 |
---|---|---|
committer | wei <> | 2006-08-11 05:05:32 +0000 |
commit | b687748278d29510bb28875627c98b5da0a96cc5 (patch) | |
tree | 6d4f4b89027129530eae6d6aaf9c96c18b5ad8e2 /tests/FunctionalTests/active.php | |
parent | deb09283421970296b7ec6931d9eab3529be44ed (diff) |
Fixed callback replace content.
Diffstat (limited to 'tests/FunctionalTests/active.php')
-rwxr-xr-x | tests/FunctionalTests/active.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/FunctionalTests/active.php b/tests/FunctionalTests/active.php index ca6ab635..f8776c2e 100755 --- a/tests/FunctionalTests/active.php +++ b/tests/FunctionalTests/active.php @@ -1,8 +1,8 @@ <?php -require(dirname(__FILE__).'/PradoTester.php'); +require('../test_tools/functional_tests.php'); -$tester=new PradoTester(dirname(__FILE__).'/active-controls/tests'); +$tester=new PradoFunctionalTester(dirname(__FILE__).'/active-controls/tests'); $tester->run(new SimpleReporter()); ?>
\ No newline at end of file |