Reenable testStoredFunctions() in DatabaseTest.php.
authorTim Landscheidt <tim@tim-landscheidt.de>
Sat, 22 Sep 2012 18:14:22 +0000 (18:14 +0000)
committerTim Landscheidt <tim@tim-landscheidt.de>
Sat, 22 Sep 2012 18:14:22 +0000 (18:14 +0000)
Change-Id: I85192a326f8e83d433f69b296431cae57628e78f

tests/phpunit/includes/db/DatabaseTest.php

index 379ffb1..dc12ba5 100644 (file)
@@ -190,9 +190,6 @@ class DatabaseTest extends MediaWikiTestCase {
                        $sql );
        }
 
-       /**
-        * @group Broken
-        */
        function testStoredFunctions() {
                if ( !in_array( wfGetDB( DB_MASTER )->getType(), array( 'mysql', 'postgres' ) ) ) {
                        $this->markTestSkipped( 'MySQL or Postgres required' );