Skip to content
Snippets Groups Projects
Commit 7a259631 authored by Carsten  Rose's avatar Carsten Rose
Browse files

Refs #17257 - the test fails in on mariadb 10.1

parent 3d47b791
No related branches found
No related tags found
3 merge requests!736New version v24.5.0,!717B18031 php unit test fix,!632Implements #17257 - QFQ System tables with defaults
Pipeline #11155 failed
......@@ -56,9 +56,9 @@ class DatabaseUpdateTest extends AbstractDatabaseTest {
$this->assertCount($countQfqTables - 1, $allRows);
// Now we should have all tables again
// $dbUpdate->checkNupdate(SYSTEM_DB_UPDATE_ALWAYS);
// $allRows = $this->dbArray[DB_INDEX_DEFAULT]->sql('SHOW tables;');
// $this->assertCount($countQfqTables, $allRows);
$dbUpdate->checkNupdate(SYSTEM_DB_UPDATE_ALWAYS);
$allRows = $this->dbArray[DB_INDEX_DEFAULT]->sql('SHOW tables;');
$this->assertCount($countQfqTables, $allRows);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment