JSTesting: make sure wrapSummaryHtml is given a valid state
authorAntoine Musso <hashar@users.mediawiki.org>
Wed, 4 Jan 2012 10:31:02 +0000 (10:31 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Wed, 4 Jan 2012 10:31:02 +0000 (10:31 +0000)
commit35b2dbcc43b0a7fe02a5d240db3e57f82ca0a461
treedf8b9d95b0c744ac97998aa74d10ec5cadd81a43
parent434f82e596c6aec55af37d8e31fca235fcc72e1b
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
includes/specials/SpecialJavaScriptTest.php