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

Revision: 108356
Author:   demon
Date:     2012-01-08 16:38:59 +0000 (Sun, 08 Jan 2012)
Log Message:
-----------
@group Broken rather than marking incomplete

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

Modified: trunk/phase3/tests/phpunit/includes/XmlTest.php
===================================================================
--- trunk/phase3/tests/phpunit/includes/XmlTest.php     2012-01-08 09:25:15 UTC 
(rev 108355)
+++ trunk/phase3/tests/phpunit/includes/XmlTest.php     2012-01-08 16:38:59 UTC 
(rev 108356)
@@ -88,6 +88,9 @@
                $this->assertEquals( '</element>', Xml::closeElement( 'element' 
), 'closeElement() shortcut' );
        }
 
+       /**
+        * @group Broken
+        */
        public function testDateMenu( ) {
                $curYear   = intval(gmdate('Y'));
                $prevYear  = $curYear - 1;
@@ -138,7 +141,6 @@
                        "Date menu year is the current one when not specified"
                );
 
-               $this->markTestIncomplete( "Broken" );
                // @todo FIXME: next month can be in the next year
                // test failing because it is now december
                $this->assertEquals(


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

Reply via email to