Skip to content

Commit

Permalink
Issue #2992: Adapt test EditFieldValueGet to new df set value structure.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanhaerter authored and svenoe committed Feb 19, 2024
1 parent 8d1aa81 commit 9ae7834
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions scripts/test/DynamicField/EditFieldValueGet.t
Original file line number Diff line number Diff line change
Expand Up @@ -3899,26 +3899,26 @@ my @Tests = (
ReturnTemplateStructure => 1,
},
ExpectedResults => [
[
{
{
"Text5$RandomID" => {
'DynamicField_Text5' . $RandomID . '_0' => 'Text3: 🏔 - U+1F3D4 - SNOW CAPPED MOUNTAIN'
},
{
"Text6$RandomID" => {
'DynamicField_Text6' . $RandomID . '_0' => [
'Text3: 🏔 - U+1F3D4 - SNOW CAPPED MOUNTAIN',
'Text4: 🏔 - U+1F3D4 - SNOW CAPPED MOUNTAIN',
],
},
{
"Agent1$RandomID" => {
'DynamicField_Agent1' . $RandomID . '_0' => [$FirstUserID],
},
{
"Agent2$RandomID" => {
'DynamicField_Agent2' . $RandomID . '_0' => [
$FirstUserID,
$SecondUserID,
],
},
],
},
],
Success => 1,
},
Expand Down

0 comments on commit 9ae7834

Please sign in to comment.