[Webkit-unassigned] [Bug 7718] run-webkit-tests fast/dom/HTMLObjectElement/ hangs

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Mon Mar 13 10:33:05 PST 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=7718





------- Comment #5 from ddkilzer at kilzer.net  2006-03-13 10:33 PDT -------
(From update of attachment 7048)
>-        print OUT "$testPath\n";
>+        print OUT File::Spec->canonpath("$testPath\n");

I don't think the "\n" should be included in the method call since it's not
part of the path!  Something more like this:

>+        print OUT File::Spec->canonpath($testPath), "\n";


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list