From 35a5be8617573e7b2deb25caed52b3bef7d6532f Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Sun, 8 Jan 2012 16:38:59 +0000 Subject: [PATCH] @group Broken rather than marking incomplete --- tests/phpunit/includes/XmlTest.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/phpunit/includes/XmlTest.php b/tests/phpunit/includes/XmlTest.php index 13f942cf7a..a9817f35e1 100644 --- a/tests/phpunit/includes/XmlTest.php +++ b/tests/phpunit/includes/XmlTest.php @@ -88,6 +88,9 @@ class XmlTest extends MediaWikiTestCase { $this->assertEquals( '', 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( -- 2.20.1