From 3a5a0a394d1c9f1ff708ee3febabd806b515686c Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Tue, 16 Aug 2011 10:29:29 +0000 Subject: [PATCH] correct number of tests fu r94609 --- .../suites/resources/jquery/jquery.highlightText.test.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/qunit/suites/resources/jquery/jquery.highlightText.test.js b/tests/qunit/suites/resources/jquery/jquery.highlightText.test.js index c416a208ef..ba8b763cdf 100644 --- a/tests/qunit/suites/resources/jquery/jquery.highlightText.test.js +++ b/tests/qunit/suites/resources/jquery/jquery.highlightText.test.js @@ -6,9 +6,9 @@ test( '-- Initial check', function() { } ); test( 'Check', function() { - expect(3); + expect(2); var $fixture; - + $fixture = $( '

Blue Öyster Cult

' ); $fixture.highlightText( 'Blue' ); equal( @@ -26,7 +26,7 @@ test( 'Check', function() { /** * Highlighter broken on punctuation mark. */ - /** + /** dont forget to update the value in expect() at the top! $fixture = $( '

So good. To be there

' ); $fixture.highlightText( 'good' ); equal( -- 2.20.1