mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-11-24 00:13:36 +00:00
Re-enable fixed JS parser tests
The changes from I39f9b994ce5636d70fea2e935a7c87c7d56dcb26 also make most of the broken tests pass again. Change-Id: I165f36235b47dee4bcef115e518bc1e81d2f83a5
This commit is contained in:
parent
361283a332
commit
4b38d72c2e
|
@ -57,27 +57,9 @@ require( '../cases/comments.json' ).forEach( function ( caseItem ) {
|
|||
|
||||
var testName = '#getThreads (' + caseItem.name + ')';
|
||||
|
||||
// Old parser tests are currently broken
|
||||
// Some parser tests are currently broken in JS
|
||||
var skipTests = [
|
||||
'plwiki oldparser',
|
||||
'enwiki oldparser',
|
||||
'ckbwiki oldparser',
|
||||
'arwiki no-paragraph oldparser',
|
||||
'arwiki nbsp-timezone oldparser',
|
||||
'frwiki fr-unsigned oldparser',
|
||||
'itwiki it-unsigned oldparser',
|
||||
'srwiki sr-ec variant',
|
||||
'srwiki sr-el variant',
|
||||
'Accidental dt tags (old parser)',
|
||||
'Single comment, heading',
|
||||
'Single comment with heading',
|
||||
'Manually added signature with LRM',
|
||||
'Signature which is just a selflink',
|
||||
'Comments inside references (old parser)',
|
||||
'Link using fallback 8-bit encoding (invalid UTF-8)',
|
||||
'Fake headings using \';\' syntax in wikitext (<dt> tags)',
|
||||
'Signatures in funny places',
|
||||
'Timestamp format switch behavior'
|
||||
'Signature which is just a selflink'
|
||||
];
|
||||
if ( skipTests.indexOf( caseItem.name ) !== -1 ) {
|
||||
QUnit.skip( testName );
|
||||
|
|
Loading…
Reference in a new issue