- Changed jsUnitTestManager. _currentTestFunctionNameWithTestPageName() in jsUnitTestManager.js to use a "name" variable from the test container if it is provided instead of the test page name.
- Changed jsUnitCore.js at line 229 to avoid Mozilla's strict javascript warning about assignment inside a conditional. 
- Changed jsUnitCore.js at lines 268, 269, and 276 by pre-declaring "var key" to avoid old Mozilla warnings about multiple re-declaring variables.