r100386 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r100385‎ | r100386 | r100387 >
Date:22:34, 20 October 2011
Author:krinkle
Status:ok
Tags:
Comment:
[JSTesting] Fix dependencies. Of course jquery.qunit.completenessTest needs jquery.qunit
Modified paths:
  • /trunk/phase3/resources/Resources.php (modified) (history)

Diff [purge]

Index: trunk/phase3/resources/Resources.php
@@ -173,6 +173,7 @@
174174 ),
175175 'jquery.qunit.completenessTest' => array(
176176 'scripts' => 'resources/jquery/jquery.qunit.completenessTest.js',
 177+ 'dependencies' => 'jquery.qunit',
177178 ),
178179 'jquery.spinner' => array(
179180 'scripts' => 'resources/jquery/jquery.spinner.js',

Follow-up revisions

RevisionCommit summaryAuthorDate
r100392[JSTesting] Initial stab at implementing on-wiki running of unit tests with Q...krinkle23:11, 20 October 2011

Status & tagging log