r110827 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r110826‎ | r110827 | r110828 >
Date:09:27, 7 February 2012
Author:gwicke
Status:deferred
Tags:
Comment:
Fix parserTests summary with filtering enabled
Modified paths:
  • /trunk/extensions/VisualEditor/tests/parser/parserTests.js (modified) (history)

Diff [purge]

Index: trunk/extensions/VisualEditor/tests/parser/parserTests.js
@@ -533,8 +533,8 @@
534534
535535 } else {
536536 if( this.test_filter !== null ) {
537 - console.log( "Passed " + this.passedTests + pthis.assedTestsManual +
538 - " of " + passedTests + " tests matching " + this.test_filter +
 537+ console.log( "Passed " + ( this.passedTests + this.passedTestsManual ) +
 538+ " of " + this.passedTests + " tests matching " + this.test_filter +
539539 "... " + "ALL TESTS PASSED!".green );
540540 } else {
541541 // Should not happen if it does: Champagne!

Status & tagging log