r75213 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r75212‎ | r75213 | r75214 >
Date:19:48, 22 October 2010
Author:maxsem
Status:ok
Tags:
Comment:
PDO doesn't seem to like opening nothing
Modified paths:
  • /trunk/phase3/maintenance/tests/phpunit/includes/db/DatabaseSqliteTest.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/tests/phpunit/includes/db/DatabaseSqliteTest.php
@@ -4,7 +4,7 @@
55 var $lastQuery;
66
77 function __construct( ) {
8 - parent::__construct( '' );
 8+ parent::__construct( ':memory:' );
99 }
1010
1111 function query( $sql, $fname = '', $tempIgnore = false ) {

Follow-up revisions

RevisionCommit summaryAuthorDate
r75227Revert r73942, which was itself a revert of r73887. After r75213 it will not ...maxsem09:59, 23 October 2010

Status & tagging log