diff options
author | knut <> | 2006-06-18 14:02:40 +0000 |
---|---|---|
committer | knut <> | 2006-06-18 14:02:40 +0000 |
commit | 127f78a4db3cc0fbbbb92f5b1abcfdce4a9af93b (patch) | |
tree | 56be6609dc2abe2427e548b36118f0c4a4d478f2 | |
parent | 2d88e84697fa4a36b7a2077b9e086aa2f9d3d67a (diff) |
Corrected framework path for active controls functional tests
-rw-r--r-- | tests/FunctionalTests/active-controls/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/FunctionalTests/active-controls/index.php b/tests/FunctionalTests/active-controls/index.php index 8fa57a6a..4d4aeed2 100644 --- a/tests/FunctionalTests/active-controls/index.php +++ b/tests/FunctionalTests/active-controls/index.php @@ -1,7 +1,7 @@ <?php $basePath=dirname(__FILE__); -$frameworkPath="/Users/weizhuo/Sites/workspace/prado-trunk/framework/prado.php"; +$frameworkPath="../../../framework/prado.php"; $assetsPath=$basePath."/assets"; $runtimePath=$basePath."/protected/runtime"; |