Index: trunk/phase3/tests/qunit/QUnitTestResources.php |
— | — | @@ -11,6 +11,7 @@ |
12 | 12 | 'tests/qunit/suites/resources/jquery/jquery.byteLimit.test.js', |
13 | 13 | 'tests/qunit/suites/resources/jquery/jquery.client.test.js', |
14 | 14 | 'tests/qunit/suites/resources/jquery/jquery.colorUtil.test.js', |
| 15 | + 'tests/qunit/suites/resources/jquery/jquery.delayedBind.test.js', |
15 | 16 | 'tests/qunit/suites/resources/jquery/jquery.getAttrs.test.js', |
16 | 17 | 'tests/qunit/suites/resources/jquery/jquery.highlightText.test.js', |
17 | 18 | 'tests/qunit/suites/resources/jquery/jquery.localize.test.js', |
— | — | @@ -32,6 +33,7 @@ |
33 | 34 | 'jquery.byteLimit', |
34 | 35 | 'jquery.client', |
35 | 36 | 'jquery.colorUtil', |
| 37 | + 'jquery.delayedBind', |
36 | 38 | 'jquery.getAttrs', |
37 | 39 | 'jquery.highlightText', |
38 | 40 | 'jquery.localize', |