blob: 8babc23fd93153b7b020d17b91f81c407e4502ec (
plain)
1
2
3
4
5
6
7
8
9
|
//
// Run test script in content process instead of chrome (xpcshell's default)
//
function run_test() {
load("../unit/test_resolve_uris.js");
do_run_test();
run_test_in_child("../unit/test_resolve_uris.js");
}
|