Skip to content
Snippets Groups Projects
Commit b70fa060 authored by Christian Kuhn's avatar Christian Kuhn Committed by Stefan Neufeind
Browse files

[FOLLOWUP][BUGFIX] mergeIfNotBlank for recordTitle and tcaType

Two unit tests are adapted to test the correct merge behavior
with both situations "value in overlay is blank" and
"value in overlay is not blank".

Resolves: #68592
Releases: master
Change-Id: Iba6d648aa9f4ce21badef1667a63806fde36af3c
Reviewed-on: http://review.typo3.org/42065


Reviewed-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
Tested-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
Reviewed-by: default avatarStefan Neufeind <typo3.neufeind@speedpartner.de>
Tested-by: default avatarStefan Neufeind <typo3.neufeind@speedpartner.de>
Reviewed-by: default avatarMarkus Klein <markus.klein@typo3.org>
Tested-by: default avatarMarkus Klein <markus.klein@typo3.org>
parent 892b26c3
Branches
Tags
No related merge requests found
......@@ -1223,7 +1223,7 @@ class BackendUtilityTest extends UnitTestCase {
),
array(
'origUid' => 1,
'field2' => 'basic',
'field2' => 'fdas',
'field3' => 'trans',
)
),
......@@ -1231,7 +1231,7 @@ class BackendUtilityTest extends UnitTestCase {
'foo',
array(
'origUid' => 1,
'field2' => 'fdas',
'field2' => '',
'field3' => 'trans',
),
array(
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment