From: Dmitriy Budnik Date: Tue, 16 Oct 2012 08:16:38 +0000 (+0300) Subject: set spesific assertions count for test X-Git-Tag: v2.2.0^2~14^2~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F5531%2Fhead;p=thirdparty%2Fbootstrap.git set spesific assertions count for test --- diff --git a/js/tests/unit/bootstrap-carousel.js b/js/tests/unit/bootstrap-carousel.js index 97ea942de7..8bd1b62ba0 100644 --- a/js/tests/unit/bootstrap-carousel.js +++ b/js/tests/unit/bootstrap-carousel.js @@ -39,7 +39,7 @@ $(function () { .carousel('next') }) - test("should set interval from data attribute", function () { + test("should set interval from data attribute", 3,function () { var template = $(''); template.attr("data-interval", 1814);