@group Broken rather than marking incomplete
authorChad Horohoe <demon@users.mediawiki.org>
Sun, 8 Jan 2012 16:38:59 +0000 (16:38 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Sun, 8 Jan 2012 16:38:59 +0000 (16:38 +0000)
tests/phpunit/includes/XmlTest.php

index 13f942c..a9817f3 100644 (file)
@@ -88,6 +88,9 @@ class XmlTest extends MediaWikiTestCase {
                $this->assertEquals( '</element>', Xml::closeElement( 'element' ), 'closeElement() shortcut' );
        }
 
+       /**
+        * @group Broken
+        */
        public function testDateMenu( ) {
                $curYear   = intval(gmdate('Y'));
                $prevYear  = $curYear - 1;
@@ -138,7 +141,6 @@ class XmlTest extends MediaWikiTestCase {
                        "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(