Unbreak test -- the previous commit should work fine. Bug 351968 is completely committed!

git-svn-id: svn://10.0.0.236/trunk@219239 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jwalden%mit.edu
2007-01-31 07:49:10 +00:00
parent 8b7aba480c
commit a5bbba2cb4

View File

@@ -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");