Bug 446300 - move tools/test-harness/xpcshell-simple to testing/xpcshell; (Dv1-MC) Move the source harness directory, followup; r=ted.mielczarek

Fix changeset 2cff77c405f8: move new files (and update them) to the correct place.

--HG--
rename : testing/xpcshell/xpcshell-simple/example/location_load.js => testing/xpcshell/example/location_load.js
rename : testing/xpcshell/xpcshell-simple/example/unit/test_location.js => testing/xpcshell/example/unit/test_location.js
This commit is contained in:
Serge Gautherie 2009-01-27 17:48:14 +01:00
Родитель 648dc33724
Коммит c7a12cca9b
2 изменённых файлов: 1 добавлений и 1 удалений

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

@ -40,5 +40,5 @@
function run_test() {
do_check_eq(__LOCATION__.leafName, "test_location.js");
// also check that __LOCATION__ works via load()
do_import_script("tools/test-harness/xpcshell-simple/example/location_load.js");
do_import_script("testing/xpcshell/example/location_load.js");
}