https://www.mediawiki.org/wiki/Special:Code/MediaWiki/113924

Revision: 113924
Author:   maxsem
Date:     2012-03-15 15:38:11 +0000 (Thu, 15 Mar 2012)
Log Message:
-----------
Follow-up r113922: tests

Modified Paths:
--------------
    trunk/phase3/tests/phpunit/includes/EditPageTest.php

Modified: trunk/phase3/tests/phpunit/includes/EditPageTest.php
===================================================================
--- trunk/phase3/tests/phpunit/includes/EditPageTest.php        2012-03-15 
15:29:56 UTC (rev 113923)
+++ trunk/phase3/tests/phpunit/includes/EditPageTest.php        2012-03-15 
15:38:11 UTC (rev 113924)
@@ -1,5 +1,8 @@
 <?php
 
+/**
+ * @group Editing      
+ */
 class EditPageTest extends MediaWikiTestCase {
 
        /**
@@ -27,7 +30,11 @@
                        array(
                                "== Section ==\nfollowed by a fake == 
Non-section == ??\nnoooo",
                                "Section"
-                       )
+                       ),
+                       array(
+                               "== Section== \t\r\n followed by whitespace 
(bug 35051)",
+                               'Section',
+                       ),
                );
        }
 }


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to