From: Krinkle Date: Sat, 21 Jan 2012 06:18:38 +0000 (+0000) Subject: [JSTesting] update QUnit html X-Git-Tag: 1.31.0-rc.0~25154 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=85701d2e50bd96feaf38a3eafee720b8645f6c15;p=lhc%2Fweb%2Fwiklou.git [JSTesting] update QUnit html * Through all QUnit updates, the html was never updated (only the JS/CSS files). Updating html now according to QUnit documentation. (introduced a new html element used for adding test document elements which are automatically cleaned up. the JS/CSS for QUnit was already referring to this but silently failing) --- diff --git a/includes/specials/SpecialJavaScriptTest.php b/includes/specials/SpecialJavaScriptTest.php index c658f0d0c8..d7e1655f4d 100644 --- a/includes/specials/SpecialJavaScriptTest.php +++ b/includes/specials/SpecialJavaScriptTest.php @@ -127,6 +127,7 @@ class SpecialJavaScriptTest extends SpecialPage {
    +
    test markup, will be hidden
    HTML; $out->addHtml( $this->wrapSummaryHtml( $summary, 'frameworkfound' ) . $baseHtml ); diff --git a/tests/qunit/index.html b/tests/qunit/index.html index 9845cfbba1..187e5d5d95 100644 --- a/tests/qunit/index.html +++ b/tests/qunit/index.html @@ -131,6 +131,7 @@

      +