As brought up in bug 16374, the parserTests seem to only want parsertest_ as the...
authorChad Horohoe <demon@users.mediawiki.org>
Tue, 25 Nov 2008 20:39:05 +0000 (20:39 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Tue, 25 Nov 2008 20:39:05 +0000 (20:39 +0000)
tests/MediaWiki_TestCase.php

index 3ca1dbd..387fe01 100644 (file)
@@ -7,7 +7,7 @@ abstract class MediaWiki_TestCase extends PHPUnit_Framework_TestCase {
         */
        protected function buildTestDatabase( $tables ) {
                global $testOptions, $wgDBprefix, $wgDBserver, $wgDBadminuser, $wgDBadminpassword, $wgDBname;
-               $wgDBprefix = 'parsertest';
+               $wgDBprefix = 'parsertest_';
                $db = new Database(
                        $wgDBserver,
                        $wgDBadminuser,