Index: trunk/extensions/VisualEditor/tests/parser/parserTests.js |
— | — | @@ -309,7 +309,7 @@ |
310 | 310 | var normalizedOut = normalizeOut(out); |
311 | 311 | var normalizedExpected = normalizeHTML(item.result); |
312 | 312 | if ( normalizedOut !== normalizedExpected ) { |
313 | | - if (args.whiteList && |
| 313 | + if (argv.whiteList && |
314 | 314 | item.title in testWhiteList && |
315 | 315 | normalizeOut(testWhiteList[item.title]) === normalizedOut) { |
316 | 316 | if( !argv.quiet ) { |