Commit graph

3 commits

Author SHA1 Message Date
Antoine Musso
f2503ff12c JSTesting: escape message
Replaced call to wfMsg() by wfMsgHtml() just to be safe.
Per cr on r107919.
2012-01-04 10:35:11 +00:00
Antoine Musso
35b2dbcc43 JSTesting: make sure wrapSummaryHtml is given a valid state
* wrapSummaryHTML() now really need one of three states or an exception
  is thrown.
* Moved a parameter incorrectly passed to addHtml() up to the previous
  wrapSummaryHtml() code. Per CR on r107919
2012-01-04 10:31:02 +00:00
Antoine Musso
c447423593 merge JSTesting branch into trunk
Changed written by Timo and reviewed by Hashar. This should be harmless.

To enable the feature:
  $wgEnableJavaScriptTest = true;

Then head to:
  [[Special:JavaScriptTest/qunit]]
2012-01-03 18:33:26 +00:00