Hi Marcel,
I have same problem on FF-3. Did you found any solution ?
thanks,
--- In jsunit@yahoogroups.com, "maskkkk132" <leeand00@...> wrote:
>
> Please have a look at this post:
>
>
http://leeand00.tiddlyspot.com/#[[JSUnit%202.2%20on%20Firefox%203.07%20-%20FTW]]
>
> Thank you,
> Andrew J. Leer
>
>
> --- In jsunit@yahoogroups.com, "ruffmarcel" <mr@> wrote:
> >
> > Hi.
> >
> > i receive a timeout error as the entered file name
> > to test is castrated (the path prefix is missing).
> >
> > The jsunit HTML input field is (app/main-data.html):
> >
> > <input type="file" name="testFileName" size="60" value="'+testPageString+'">
> >
> > In Firebug I can see that the complete path is there
(app/jsUnitTestManager.js):
> >
> >
this.mainFrame.frames.mainData.document.testRunnerForm.testFileName.value="/data\
/home/jack/jsunit/tests/failingTest.html"
> >
> > But as soon as we access the value:
> >
> > var fn =
> > this.mainFrame.frames.mainData.document.testRunnerForm.testFileName.value;
> > --> fn = "failingTest.html"
> >
> > The path has disappeared!!!
> > Is this a firefox security thingi??
> >
> > Thanks
> > Marcel
> >
>