From b424608973b7867d92c45554ea68bd4d6fc4a43f Mon Sep 17 00:00:00 2001 From: Platonides Date: Sat, 4 Sep 2010 21:44:50 +0000 Subject: [PATCH] Fix parsertests after r72349. --- maintenance/parserTests.inc | 2 +- maintenance/parserTests.txt | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/maintenance/parserTests.inc b/maintenance/parserTests.inc index d17ae72feb..b30d3c264c 100644 --- a/maintenance/parserTests.inc +++ b/maintenance/parserTests.inc @@ -639,7 +639,7 @@ class ParserTest { 'site_stats', 'hitcounter', 'ipblocks', 'image', 'oldimage', 'recentchanges', 'watchlist', 'math', 'interwiki', 'logging', 'querycache', 'objectcache', 'job', 'l10n_cache', 'redirect', 'querycachetwo', - 'archive', 'user_groups', 'page_props', 'category', + 'archive', 'user_groups', 'page_props', 'category', 'msg_resource', 'msg_resource_links' ); if ( in_array( $wgDBtype, array( 'mysql', 'sqlite' ) ) ) diff --git a/maintenance/parserTests.txt b/maintenance/parserTests.txt index 02c148bd38..6524c6157e 100644 --- a/maintenance/parserTests.txt +++ b/maintenance/parserTests.txt @@ -3730,7 +3730,7 @@ Some text - +

[edit] Headline 1

[edit] Subheadline 1

[edit] Skipping a level
@@ -3785,7 +3785,7 @@ Handling of sections up to level 6 and beyond - +

[edit] Level 1 Heading

[edit] Level 2 Heading

[edit] Level 3 Heading

@@ -3827,7 +3827,7 @@ TOC regression (bug 9764) - +

[edit] title 1

[edit] title 1.1

[edit] title 1.1.1

@@ -3863,7 +3863,7 @@ wgMaxTocLevel=3 - +

[edit] title 1

[edit] title 1.1

[edit] title 1.1.1

@@ -3893,7 +3893,7 @@ wgMaxTocLevel=3
  • 2 Section 2
  • - +

    [edit] Section 1

    [edit] Section 1.1

    [edit] Section 1.1.1

    @@ -3985,7 +3985,7 @@ __TOC__
  • 2 title 2
  • - +

    [edit] title 1

    [edit] title 1.1

    [edit] title 2

    @@ -5228,7 +5228,7 @@ http://

    Contents

    < -
    + !! end @@ -6977,7 +6977,7 @@ Out-of-order TOC heading levels - +

    [edit] 2

    [edit] 6

    [edit] 3

    -- 2.20.1