Nevermind...http://stackoverflow.com/questions/619170/getting-firefox-3-to-work-\
with-jsunit/619484#619484
--- In jsunit@yahoogroups.com, "maskkkk132" <leeand00@...> wrote:
>
> Thus far this is what I've tried, I'm using Firefox 3.07
>
> 1. Made sure in about:config that the property
browser.cache.check_doc_frequency is set to 1 which the browser interprets as
"check for a new page every time".
>
> 2. Made sure in about:config that the property
security.fileuri.strict_origin_policy is set to false.
>
> 3. When opening your browser be sure to specify to the testrunner.html page
which test you want to run using the testpage parameter,
>
> I.E.: file:///.../testRunner.html?testpage=c:/temp/someTest.html
>
> 4. Tak an additional random parameter on the end to ensure that the cache
is gone.
>
> Everything above seems to work, except it is still caching my *.js files for
some stupid reason. I really thought it would have had to do with changing the
random parameter at the end to kill the cache, but that doesn't seem to be doing
the trick. What else can be done to make JSUnit work with Firefox 3.07? The
files are located on my hdd.
>
> Also, I'm using Firebug and the web developer toolbar, if that is of any
consequence.
>
> Thank you,
> Andrew J. Leer
>