Subj : Re: run httpunit on local html file
To : netscape.public.mozilla.jseng
From : Christian Biesinger
Date : Tue Feb 08 2005 01:02 am
Matthias wrote:
> String filepath = "file://D:\\data\\MyTest\\file.html";
That's not a valid URL. try:
file:///d|/data/MyTest/file.html
.