Fixed a bug that prevented 'manage.py test' from working.

This commit is contained in:
Atul Varma 2009-01-06 16:21:15 -08:00
Родитель cc75246fe6
Коммит 2aec156bda
1 изменённых файлов: 2 добавлений и 7 удалений

Просмотреть файл

@ -72,13 +72,8 @@ var basePath = arguments[0];
(
function() {
var modulesDir = getPath(basePath);
modulesDir.appendRelativePath("modules");
bindDirToResource(modulesDir, "ubiquity/modules");
var testsDir = getPath(basePath);
testsDir.appendRelativePath("tests");
bindDirToResource(testsDir, "ubiquity/tests");
var rootDir = getPath(basePath);
bindDirToResource(rootDir, "ubiquity");
var componentPath = getPath(basePath);
componentPath.appendRelativePath("components");