From ba0fc4fa20067528effd4802e53ceeb959640825 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Thu, 12 Jan 2012 13:42:29 +0100 Subject: Update to MediaWiki 1.18.1 --- tests/phpunit/includes/XmlTest.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/phpunit/includes/XmlTest.php') diff --git a/tests/phpunit/includes/XmlTest.php b/tests/phpunit/includes/XmlTest.php index fbb498d8..a6058ef6 100644 --- a/tests/phpunit/includes/XmlTest.php +++ b/tests/phpunit/includes/XmlTest.php @@ -138,6 +138,10 @@ class XmlTest extends MediaWikiTestCase { Xml::dateMenu( '' , $curMonth ), "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( Xml::dateMenu( $prevYear, $nextMonth ), Xml::dateMenu( '', $nextMonth ), -- cgit v1.2.3-54-g00ecf