Fix Sqlite upgrade test when profiling to database is enabled
authorAlexandre Emsenhuber <ialex.wiki@gmail.com>
Wed, 2 Jan 2013 13:52:02 +0000 (14:52 +0100)
committerAlexandre Emsenhuber <ialex.wiki@gmail.com>
Wed, 2 Jan 2013 13:52:02 +0000 (14:52 +0100)
commitfa4196bc53246b104ebfbbeb1f661466908e5ec8
tree88487ead0f134c1ddb8e28b3e51b92b7d2480f6f
parentca4489c3e3021779544c3e49ceb65acf80955ad6
Fix Sqlite upgrade test when profiling to database is enabled

The 'profiling' table is missing from expected tables when
$wgProfileToDatabase is set to true, since patch-profiling.sql
is applied while updating in this case.

Change-Id: Iedbe72dca1deda728304fb95fe19ef3b4bdad8de
tests/phpunit/includes/db/DatabaseSqliteTest.php