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

Implements #17257 - for test commented out last dbupdate check

parent fe82b8f1
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 #11153 passed
......@@ -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