[tests] update QUnitTestResources.php to include jquery.delayedBind
authorKrinkle <krinkle@users.mediawiki.org>
Sun, 5 Feb 2012 12:29:49 +0000 (12:29 +0000)
committerKrinkle <krinkle@users.mediawiki.org>
Sun, 5 Feb 2012 12:29:49 +0000 (12:29 +0000)
tests/qunit/QUnitTestResources.php

index b1888b2..670e3d1 100644 (file)
@@ -11,6 +11,7 @@ return array(
                        'tests/qunit/suites/resources/jquery/jquery.byteLimit.test.js',
                        'tests/qunit/suites/resources/jquery/jquery.client.test.js',
                        'tests/qunit/suites/resources/jquery/jquery.colorUtil.test.js',
+                       'tests/qunit/suites/resources/jquery/jquery.delayedBind.test.js',
                        'tests/qunit/suites/resources/jquery/jquery.getAttrs.test.js',
                        'tests/qunit/suites/resources/jquery/jquery.highlightText.test.js',
                        'tests/qunit/suites/resources/jquery/jquery.localize.test.js',
@@ -32,6 +33,7 @@ return array(
                        'jquery.byteLimit',
                        'jquery.client',
                        'jquery.colorUtil',
+                       'jquery.delayedBind',
                        'jquery.getAttrs',
                        'jquery.highlightText',
                        'jquery.localize',