Delay expansion of XmlSelect options until getting the HTML.
[lhc/web/wiklou.git] / tests / phpunit / includes / XmlSelectTest.php
index 96a3b2a..e86b3bd 100644 (file)
@@ -90,8 +90,6 @@ class XmlSelectTest extends MediaWikiTestCase {
         * To handle this, we need to render the options in getHtml()
         */
        public function testSetDefaultAfterAddingOptions() {
-               $this->markTestSkipped( 'XmlSelect::setDefault() need to apply to previously added options');
-
                $this->select->addOption( 'foo1' );
                $this->select->addOption( 'bar1' );
                $this->select->addOption( 'foo2' );