diff --git a/mozilla/netwerk/test/httpserver/test/test_registerdirectory.js b/mozilla/netwerk/test/httpserver/test/test_registerdirectory.js index 018a18ec943..b9fb0ac5d30 100644 --- a/mozilla/netwerk/test/httpserver/test/test_registerdirectory.js +++ b/mozilla/netwerk/test/httpserver/test/test_registerdirectory.js @@ -287,10 +287,6 @@ var testsDirectory; function run_test() { testsDirectory = do_get_topsrcdir(); -dumpn("*** topsrcdir: " + testsDirectory.path); -dumpn("*** normalized: " + (v=testsDirectory.clone(),v.normalize(),v.path)); -do_throw("xpcshell tests don't timeout -- doing this to verify fix, " + - "then will remove after verifying"); testsDirectory.append("netwerk"); testsDirectory.append("test"); testsDirectory.append("httpserver");