Index: trunk/extensions/VisualEditor/tests/parser/parserTests.js |
— | — | @@ -533,8 +533,8 @@ |
534 | 534 | |
535 | 535 | } else { |
536 | 536 | 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 + |
539 | 539 | "... " + "ALL TESTS PASSED!".green ); |
540 | 540 | } else { |
541 | 541 | // Should not happen if it does: Champagne! |