blob: 35eef62d1cee7875f070325edb7ef62500fe4ba9 (
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() {
/* globals do_run_test */
load("../unit/test_resolve_uris.js");
do_run_test();
run_test_in_child("../unit/test_resolve_uris.js");
}
|