From: Platonides Date: Tue, 3 May 2011 19:53:13 +0000 (+0000) Subject: Follow up r87220. r86795 tests are now embedded into PreprocessorTest.php X-Git-Tag: 1.31.0-rc.0~30431 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/fiche.php?a=commitdiff_plain;h=cbceed01fa1436ab3830cbb1f749544a1bb8fe5c;p=lhc%2Fweb%2Fwiklou.git Follow up r87220. r86795 tests are now embedded into PreprocessorTest.php --- diff --git a/tests/parser/preprocess/Headings.expected b/tests/parser/preprocess/Headings.expected deleted file mode 100644 index ab3103c3a2..0000000000 --- a/tests/parser/preprocess/Headings.expected +++ /dev/null @@ -1,71 +0,0 @@ -These should become headings: - -== h ==<!--c1--> - -== h == <!--c1--> - -== h ==<!--c1--> - -== h == <!--c1--> - -== h ==<!--c1--><!--c2--> - -== h == <!--c1--><!--c2--> - -== h ==<!--c1--><!--c2--> - -== h == <!--c1--><!--c2--> - -== h == <!--c1--> <!--c2--> - -== h ==<!--c1--> <!--c2--> - -== h == <!--c1--> <!--c2--> - -== h ==<!--c1--><!--c2--><!--c3--> - -== h ==<!--c1--> <!--c2--><!--c3--> - -== h ==<!--c1--><!--c2--> <!--c3--> - -== h ==<!--c1--> <!--c2--> <!--c3--> - -== h == <!--c1--><!--c2--><!--c3--> - -== h == <!--c1--> <!--c2--><!--c3--> - -== h == <!--c1--><!--c2--> <!--c3--> - -== h == <!--c1--> <!--c2--> <!--c3--> - -== h ==<!--c1--><!--c2--><!--c3--> - -== h ==<!--c1--> <!--c2--><!--c3--> - -== h ==<!--c1--><!--c2--> <!--c3--> - -== h ==<!--c1--> <!--c2--> <!--c3--> - -== h == <!--c1--><!--c2--><!--c3--> - -== h == <!--c1--> <!--c2--><!--c3--> - -== h == <!--c1--><!--c2--> <!--c3--> - -== h == <!--c1--> <!--c2--> <!--c3--> - - -Those are not working: - -== h ==<!--c1--> <!--c2--> - -== h == <!--c1--> <!--c2--> - -== h ==<!--c1--> <!--c2--> - -== h == x <!--c1--><!--c2--><!--c3--> - -== h ==<!--c1--> x <!--c2--><!--c3--> - -== h ==<!--c1--><!--c2--><!--c3--> x - \ No newline at end of file diff --git a/tests/parser/preprocess/Headings.txt b/tests/parser/preprocess/Headings.txt deleted file mode 100644 index 940afbee4f..0000000000 --- a/tests/parser/preprocess/Headings.txt +++ /dev/null @@ -1,70 +0,0 @@ -These should become headings: - -== h == - -== h == - -== h == - -== h == - -== h == - -== h == - -== h == - -== h == - -== h == - -== h == - -== h == - -== h == - -== h == - -== h == - -== h == - -== h == - -== h == - -== h == - -== h == - -== h == - -== h == - -== h == - -== h == - -== h == - -== h == - -== h == - -== h == - - -Those are not working: - -== h == - -== h == - -== h == - -== h == x - -== h == x - -== h == x diff --git a/tests/phpunit/includes/parser/PreprocessorTest.php b/tests/phpunit/includes/parser/PreprocessorTest.php index 182e7f20fa..dd4d4bdc1b 100644 --- a/tests/phpunit/includes/parser/PreprocessorTest.php +++ b/tests/phpunit/includes/parser/PreprocessorTest.php @@ -119,7 +119,6 @@ class PreprocessorTest extends MediaWikiTestCase { array( "Factorial" ), # http://en.wikipedia.org/w/index.php?title=Template:Factorial&oldid=98548758 GFDL + CC-BY-SA by Polonium array( "All_system_messages" ), # http://tl.wiktionary.org/w/index.php?title=Suleras:All_system_messages&oldid=2765 GPL text generated by MediaWiki array( "Fundraising" ), # http://tl.wiktionary.org/w/index.php?title=MediaWiki:Sitenotice&oldid=5716 GFDL + CC-BY-SA, copied there by Sky Harbor. - array( "Headings" ), # https://bugzilla.wikimedia.org/28642 ); }