From: Bartosz DziewoƄski Date: Mon, 19 Feb 2018 20:56:08 +0000 (+0100) Subject: tests: Remove dead code in jquery.byteLimit tests X-Git-Tag: 1.31.0-rc.0~558^2 X-Git-Url: http://git.cyclocoop.org/wiki/Target_page?a=commitdiff_plain;h=6fac78e5bfb65d4be32d53f22264eee73e2412bb;p=lhc%2Fweb%2Fwiklou.git tests: Remove dead code in jquery.byteLimit tests These options do nothing. Change-Id: I15cc91b9208e8cfd3f3f42bb0a9c91514d6532e3 --- diff --git a/tests/qunit/suites/resources/jquery/jquery.byteLimit.test.js b/tests/qunit/suites/resources/jquery/jquery.byteLimit.test.js index 1a660cfde1..d3233da475 100644 --- a/tests/qunit/suites/resources/jquery/jquery.byteLimit.test.js +++ b/tests/qunit/suites/resources/jquery/jquery.byteLimit.test.js @@ -187,8 +187,6 @@ return 'prefix' + text; } ), sample: simpleSample, - hasLimit: true, - limit: 6, // 'prefix' length expected: '' } );