r94615 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r94614‎ | r94615 | r94616 >
Date:10:29, 16 August 2011
Author:hashar
Status:ok
Tags:
Comment:
correct number of tests fu r94609
Modified paths:
  • /trunk/phase3/tests/qunit/suites/resources/jquery/jquery.highlightText.test.js (modified) (history)

Diff [purge]

Index: trunk/phase3/tests/qunit/suites/resources/jquery/jquery.highlightText.test.js
@@ -6,9 +6,9 @@
77 } );
88
99 test( 'Check', function() {
10 - expect(3);
 10+ expect(2);
1111 var $fixture;
12 -
 12+
1313 $fixture = $( '<p>Blue Öyster Cult</p>' );
1414 $fixture.highlightText( 'Blue' );
1515 equal(
@@ -26,7 +26,7 @@
2727 /**
2828 * Highlighter broken on punctuation mark.
2929 */
30 - /**
 30+ /** dont forget to update the value in expect() at the top!
3131 $fixture = $( '<p>So good. To be there</p>' );
3232 $fixture.highlightText( 'good' );
3333 equal(

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r94609tests for jquery.highlightText...hashar08:04, 16 August 2011

Status & tagging log