Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
qfq
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
typo3
qfq
Commits
7a259631
Commit
7a259631
authored
1 year ago
by
Carsten Rose
Browse files
Options
Downloads
Patches
Plain Diff
Refs #17257 - the test fails in on mariadb 10.1
parent
3d47b791
No related branches found
Branches containing commit
No related tags found
Tags containing commit
3 merge requests
!736
New version v24.5.0
,
!717
B18031 php unit test fix
,
!632
Implements #17257 - QFQ System tables with defaults
Pipeline
#11155
failed
1 year ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
extension/Tests/Unit/Core/Database/DatabaseUpdateTest.php
+3
-3
3 additions, 3 deletions
extension/Tests/Unit/Core/Database/DatabaseUpdateTest.php
with
3 additions
and
3 deletions
extension/Tests/Unit/Core/Database/DatabaseUpdateTest.php
+
3
−
3
View file @
7a259631
...
...
@@ -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
);
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment