i have modified JsUnit 2.2 to be runnable in another parent frame.
reason: it sucks to remember the url's of the tests and test suites. thus i
wanted a frame with clickable test files which would auto fill the "filename"
input field. also i've added a frame (in my environment) that loads the tests
html file on that same click, thus showing what's in the body of it (describing
what tests are performed).
unfortunately the js code in js and html files in JsUnit 2.2 uses the "top."
syntax to access the topmost frameset. what i have done everywhere is replaced
this with a variable "jsUnitTopFrame" (lots of places) and populated it
dependent on where it is used (parent, window).
i recommend this change since the gui works as before, and is then frameable
again.
also i suggest adding my parent frameset to the distribution. one can then
choose if he prefers to load the standard one, or this one with a file where he
can add his tests and suites to an array to be listed.
if yes, where do i send it to?