MINOR Moved js unit tests from sapphire/javascript/tests to sapphire/tests/javascript to have a consistent location for all tests on server- and clientside

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@65019 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2008-11-01 11:05:38 +00:00
parent 50ea85d47a
commit f05f6d34b7
2 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ class JSTestRunner extends Controller {
continue;
}
$testDir = "$baseDir/$moduleFileOrFolder/javascript/tests";
$testDir = "$baseDir/$moduleFileOrFolder/tests/javascript";
if(@is_dir($testDir)) {
$tests = scandir($testDir);
foreach($tests as $testFile) {