-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: larva testcases for validating valueOverrides related adapters …
…and xslt's
- Loading branch information
1 parent
17e9371
commit 9f3f960
Showing
67 changed files
with
787 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
...erridesOnKeyRoot/ValidKeyRootShouldOnlyReturnValueOverridesStartingWithKeyRoot.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
scenario.description = ValidKeyRootShouldOnlyReturnValueOverridesStartingWithKeyRoot | ||
|
||
include =../common.properties | ||
|
||
zaakbrug.ValidKeyRootShouldOnlyReturnValueOverridesStartingWithKeyRoot.className = nl.nn.adapterframework.testtool.XsltProviderListener | ||
zaakbrug.ValidKeyRootShouldOnlyReturnValueOverridesStartingWithKeyRoot.filename = Translate/Common/xsl/FilterValueOverridesOnKeyRoot.xslt | ||
|
||
step1.zaakbrug.ValidKeyRootShouldOnlyReturnValueOverridesStartingWithKeyRoot.read = ValidKeyRootShouldOnlyReturnValueOverridesStartingWithKeyRoot/ValueOverrides.xml | ||
step1.zaakbrug.ValidKeyRootShouldOnlyReturnValueOverridesStartingWithKeyRoot.read.param1.name = valueOverrideKeyRoot | ||
step1.zaakbrug.ValidKeyRootShouldOnlyReturnValueOverridesStartingWithKeyRoot.read.param1.value = zgw.zaken-api.rollen.zgwRol | ||
step2.zaakbrug.ValidKeyRootShouldOnlyReturnValueOverridesStartingWithKeyRoot.write = ValidKeyRootShouldOnlyReturnValueOverridesStartingWithKeyRoot/out.xml | ||
|
25 changes: 25 additions & 0 deletions
25
...nKeyRoot/ValidKeyRootShouldOnlyReturnValueOverridesStartingWithKeyRoot/ValueOverrides.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<root xmlns:xs="http://www.w3.org/2001/XMLSchema"> | ||
<valueOverrides> | ||
<key>zgw.zaken-api.zaken.ZgwZaak.betalingsindicatie</key> | ||
<value>nvt</value> | ||
</valueOverrides> | ||
<valueOverrides> | ||
<key>zgw.zaken-api.rollen.zgwRol.roltoelichting</key> | ||
<value>lalala</value> | ||
<condition>true()</condition> | ||
</valueOverrides> | ||
<valueOverrides> | ||
<key>zgw.zaken-api.rollen.zgwRol.betrokkeneIdentificatie.inpBsn</key> | ||
<value>apple</value> | ||
<condition>true()</condition> | ||
</valueOverrides> | ||
<valueOverrides> | ||
<key>zgw.zaken-api.rollen.zgwRol.betrokkeneIdentificatie.geslachtsnaam</key> | ||
<value>banana</value> | ||
<condition>true()</condition> | ||
</valueOverrides> | ||
<valueOverrides> | ||
<key>zgw.zaken-api.rollen.zgwRol.betrokkeneIdentificatie.idontexist</key> | ||
<value>kiwi</value> | ||
</valueOverrides> | ||
</root> |
21 changes: 21 additions & 0 deletions
21
...eOverridesOnKeyRoot/ValidKeyRootShouldOnlyReturnValueOverridesStartingWithKeyRoot/out.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<root xmlns:xs="http://www.w3.org/2001/XMLSchema"> | ||
<valueOverrides> | ||
<key>zgwRol.roltoelichting</key> | ||
<value>lalala</value> | ||
<condition>true()</condition> | ||
</valueOverrides> | ||
<valueOverrides> | ||
<key>zgwRol.betrokkeneIdentificatie.inpBsn</key> | ||
<value>apple</value> | ||
<condition>true()</condition> | ||
</valueOverrides> | ||
<valueOverrides> | ||
<key>zgwRol.betrokkeneIdentificatie.geslachtsnaam</key> | ||
<value>banana</value> | ||
<condition>true()</condition> | ||
</valueOverrides> | ||
<valueOverrides> | ||
<key>zgwRol.betrokkeneIdentificatie.idontexist</key> | ||
<value>kiwi</value> | ||
</valueOverrides> | ||
</root> |
11 changes: 11 additions & 0 deletions
11
...tool/ValueOverrides/AbsentValueOverridesAndMergeWithShouldResultInInputContext.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
scenario.description = | ||
|
||
include =../common.properties | ||
|
||
zaakbrug.ApplyValueOverrides.className = nl.nn.adapterframework.testtool.XsltProviderListener | ||
zaakbrug.ApplyValueOverrides.filename = Translate/Common/xsl/ApplyValueOverrides.xslt | ||
|
||
step1.zaakbrug.ApplyValueOverrides.read = AbsentValueOverridesAndMergeWithShouldResultInInputContext/in.xml | ||
step1.zaakbrug.ApplyValueOverrides.read.param1.name = debug | ||
step1.zaakbrug.ApplyValueOverrides.read.param1.value = false | ||
step2.zaakbrug.ApplyValueOverrides.write = AbsentValueOverridesAndMergeWithShouldResultInInputContext/out.xml |
15 changes: 15 additions & 0 deletions
15
...testtool/ValueOverrides/AbsentValueOverridesAndMergeWithShouldResultInInputContext/in.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<zgwRol> | ||
<betrokkeneType>natuurlijk_persoon</betrokkeneType> | ||
<roltype>http://open-zaak.nginx:9001/catalogi/api/v1/roltypen/91d7e379-06a8-42c6-bcec-19990dccbc9a</roltype> | ||
<roltoelichting>BetrekkingOp:Precies</roltoelichting> | ||
<betrokkeneIdentificatie> | ||
<inpBsn>111111110</inpBsn> | ||
<authentiek>J</authentiek> | ||
<geslachtsnaam>Precies</geslachtsnaam> | ||
<voorvoegselGeslachtsnaam/> | ||
<voorletters>P</voorletters> | ||
<voornamen>Pietje</voornamen> | ||
<geslachtsaanduiding>m</geslachtsaanduiding> | ||
<geboortedatum>1901-01-01</geboortedatum> | ||
</betrokkeneIdentificatie> | ||
</zgwRol> |
15 changes: 15 additions & 0 deletions
15
...esttool/ValueOverrides/AbsentValueOverridesAndMergeWithShouldResultInInputContext/out.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<zgwRol> | ||
<betrokkeneIdentificatie> | ||
<authentiek>J</authentiek> | ||
<geboortedatum>1901-01-01</geboortedatum> | ||
<geslachtsaanduiding>m</geslachtsaanduiding> | ||
<geslachtsnaam>Precies</geslachtsnaam> | ||
<inpBsn>111111110</inpBsn> | ||
<voorletters>P</voorletters> | ||
<voornamen>Pietje</voornamen> | ||
<voorvoegselGeslachtsnaam/> | ||
</betrokkeneIdentificatie> | ||
<betrokkeneType>natuurlijk_persoon</betrokkeneType> | ||
<roltoelichting>BetrekkingOp:Precies</roltoelichting> | ||
<roltype>http://open-zaak.nginx:9001/catalogi/api/v1/roltypen/91d7e379-06a8-42c6-bcec-19990dccbc9a</roltype> | ||
</zgwRol> |
14 changes: 14 additions & 0 deletions
14
...st/testtool/ValueOverrides/AbsentValueOverridesShouldMergeWithDefaultCondition.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
scenario.description = | ||
|
||
include =../common.properties | ||
|
||
zaakbrug.ApplyValueOverrides.className = nl.nn.adapterframework.testtool.XsltProviderListener | ||
zaakbrug.ApplyValueOverrides.filename = Translate/Common/xsl/ApplyValueOverrides.xslt | ||
|
||
step1.zaakbrug.ApplyValueOverrides.read = AbsentValueOverridesShouldMergeWithDefaultCondition/in.xml | ||
step1.zaakbrug.ApplyValueOverrides.read.param1.name = mergeWith | ||
step1.zaakbrug.ApplyValueOverrides.read.param1.valuefile = AbsentValueOverridesShouldMergeWithDefaultCondition/mergeWith.xml | ||
step1.zaakbrug.ApplyValueOverrides.read.param1.type = domdoc | ||
step1.zaakbrug.ApplyValueOverrides.read.param2.name = debug | ||
step1.zaakbrug.ApplyValueOverrides.read.param2.value = false | ||
step2.zaakbrug.ApplyValueOverrides.write = AbsentValueOverridesShouldMergeWithDefaultCondition/out.xml |
15 changes: 15 additions & 0 deletions
15
src/test/testtool/ValueOverrides/AbsentValueOverridesShouldMergeWithDefaultCondition/in.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<zgwRol> | ||
<betrokkeneType>natuurlijk_persoon</betrokkeneType> | ||
<roltype>http://open-zaak.nginx:9001/catalogi/api/v1/roltypen/91d7e379-06a8-42c6-bcec-19990dccbc9a</roltype> | ||
<roltoelichting>BetrekkingOp:Precies</roltoelichting> | ||
<betrokkeneIdentificatie> | ||
<inpBsn>111111110</inpBsn> | ||
<authentiek>J</authentiek> | ||
<geslachtsnaam>Precies</geslachtsnaam> | ||
<voorvoegselGeslachtsnaam/> | ||
<voorletters>P</voorletters> | ||
<voornamen>Pietje</voornamen> | ||
<geslachtsaanduiding>m</geslachtsaanduiding> | ||
<geboortedatum>1901-01-01</geboortedatum> | ||
</betrokkeneIdentificatie> | ||
</zgwRol> |
8 changes: 8 additions & 0 deletions
8
...testtool/ValueOverrides/AbsentValueOverridesShouldMergeWithDefaultCondition/mergeWith.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<zgwRol> | ||
<roltoelichting>lalala</roltoelichting> | ||
<betrokkeneIdentificatie> | ||
<inpBsn>apple</inpBsn> | ||
<geslachtsnaam>banana</geslachtsnaam> | ||
<idontexist>kiwi</idontexist> | ||
</betrokkeneIdentificatie> | ||
</zgwRol> |
16 changes: 16 additions & 0 deletions
16
src/test/testtool/ValueOverrides/AbsentValueOverridesShouldMergeWithDefaultCondition/out.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<zgwRol> | ||
<betrokkeneIdentificatie> | ||
<authentiek>J</authentiek> | ||
<geboortedatum>1901-01-01</geboortedatum> | ||
<geslachtsaanduiding>m</geslachtsaanduiding> | ||
<geslachtsnaam>Precies</geslachtsnaam> | ||
<idontexist>kiwi</idontexist> | ||
<inpBsn>111111110</inpBsn> | ||
<voorletters>P</voorletters> | ||
<voornamen>Pietje</voornamen> | ||
<voorvoegselGeslachtsnaam /> | ||
</betrokkeneIdentificatie> | ||
<betrokkeneType>natuurlijk_persoon</betrokkeneType> | ||
<roltoelichting>BetrekkingOp:Precies</roltoelichting> | ||
<roltype>http://open-zaak.nginx:9001/catalogi/api/v1/roltypen/91d7e379-06a8-42c6-bcec-19990dccbc9a</roltype> | ||
</zgwRol> |
19 changes: 19 additions & 0 deletions
19
src/test/testtool/ValueOverrides/ApplyValueOverrides.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
scenario.description = | ||
|
||
include =../common.properties | ||
|
||
zaakbrug.ApplyValueOverrides.className = nl.nn.adapterframework.testtool.XsltProviderListener | ||
zaakbrug.ApplyValueOverrides.filename = Translate/Common/xsl/ApplyValueOverrides.xslt | ||
|
||
step1.zaakbrug.ApplyValueOverrides.read = ApplyValueOverrides/in.xml | ||
step1.zaakbrug.ApplyValueOverrides.read.param1.name = valueOverrides | ||
step1.zaakbrug.ApplyValueOverrides.read.param1.valuefile = ApplyValueOverrides/ValueOverrides.xml | ||
step1.zaakbrug.ApplyValueOverrides.read.param1.type = node | ||
step1.zaakbrug.ApplyValueOverrides.read.param2.name = mergeWith | ||
step1.zaakbrug.ApplyValueOverrides.read.param2.valuefile = ApplyValueOverrides/mergeWith.xml | ||
step1.zaakbrug.ApplyValueOverrides.read.param2.type = domdoc | ||
step1.zaakbrug.ApplyValueOverrides.read.param3.name = debug | ||
step1.zaakbrug.ApplyValueOverrides.read.param3.value = false | ||
step1.zaakbrug.ApplyValueOverrides.read.param4.name = processAsArrayKeys | ||
step1.zaakbrug.ApplyValueOverrides.read.param4.value = zgwRol.kenmerken | ||
step2.zaakbrug.ApplyValueOverrides.write = ApplyValueOverrides/out.xml |
20 changes: 20 additions & 0 deletions
20
src/test/testtool/ValueOverrides/ApplyValueOverrides/ValueOverrides.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<root> | ||
<valueOverrides> | ||
<key>zgwRol.roltoelichting</key> | ||
<value>lalala</value> | ||
<condition>true()</condition> | ||
</valueOverrides> | ||
<valueOverrides> | ||
<key>zgwRol.betrokkeneIdentificatie.inpBsn</key> | ||
<value>apple</value> | ||
<condition>true()</condition> | ||
</valueOverrides> | ||
<valueOverrides> | ||
<key>zgwRol.betrokkeneIdentificatie.geslachtsnaam</key> | ||
<value>shouldUseDefaultCondition</value> | ||
</valueOverrides> | ||
<valueOverrides> | ||
<key>zgwRol.betrokkeneIdentificatie.idontexist</key> | ||
<value>shouldUseDefaultCondition</value> | ||
</valueOverrides> | ||
</root> |
23 changes: 23 additions & 0 deletions
23
src/test/testtool/ValueOverrides/ApplyValueOverrides/in.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<zgwRol> | ||
<betrokkeneType>natuurlijk_persoon</betrokkeneType> | ||
<roltype>http://open-zaak.nginx:9001/catalogi/api/v1/roltypen/91d7e379-06a8-42c6-bcec-19990dccbc9a</roltype> | ||
<roltoelichting>BetrekkingOp:Precies</roltoelichting> | ||
<betrokkeneIdentificatie> | ||
<inpBsn>111111110</inpBsn> | ||
<authentiek>J</authentiek> | ||
<geslachtsnaam>Precies</geslachtsnaam> | ||
<voorvoegselGeslachtsnaam/> | ||
<voorletters>P</voorletters> | ||
<voornamen>Pietje</voornamen> | ||
<geslachtsaanduiding>m</geslachtsaanduiding> | ||
<geboortedatum>1901-01-01</geboortedatum> | ||
</betrokkeneIdentificatie> | ||
<kenmerken> | ||
<kenmerk>kenmerk1</kenmerk> | ||
<bron>larva</bron> | ||
</kenmerken> | ||
<kenmerken> | ||
<kenmerk>kenmerk2</kenmerk> | ||
<bron>larva</bron> | ||
</kenmerken> | ||
</zgwRol> |
8 changes: 8 additions & 0 deletions
8
src/test/testtool/ValueOverrides/ApplyValueOverrides/mergeWith.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<zgwRol> | ||
<roltoelichting>lalala</roltoelichting> | ||
<betrokkeneIdentificatie> | ||
<inpBsn>apple</inpBsn> | ||
<geslachtsnaam>banana</geslachtsnaam> | ||
<idontexist>kiwi</idontexist> | ||
</betrokkeneIdentificatie> | ||
</zgwRol> |
24 changes: 24 additions & 0 deletions
24
src/test/testtool/ValueOverrides/ApplyValueOverrides/out.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<zgwRol> | ||
<betrokkeneIdentificatie> | ||
<authentiek>J</authentiek> | ||
<geboortedatum>1901-01-01</geboortedatum> | ||
<geslachtsaanduiding>m</geslachtsaanduiding> | ||
<geslachtsnaam>Precies</geslachtsnaam> | ||
<idontexist>kiwi</idontexist> | ||
<inpBsn>apple</inpBsn> | ||
<voorletters>P</voorletters> | ||
<voornamen>Pietje</voornamen> | ||
<voorvoegselGeslachtsnaam /> | ||
</betrokkeneIdentificatie> | ||
<betrokkeneType>natuurlijk_persoon</betrokkeneType> | ||
<kenmerken> | ||
<kenmerk>kenmerk1</kenmerk> | ||
<bron>larva</bron> | ||
</kenmerken> | ||
<kenmerken> | ||
<kenmerk>kenmerk2</kenmerk> | ||
<bron>larva</bron> | ||
</kenmerken> | ||
<roltoelichting>lalala</roltoelichting> | ||
<roltype>http://open-zaak.nginx:9001/catalogi/api/v1/roltypen/91d7e379-06a8-42c6-bcec-19990dccbc9a</roltype> | ||
</zgwRol> |
17 changes: 17 additions & 0 deletions
17
...testtool/ValueOverrides/EmptyRootValueOverridesShouldMergeWithDefaultCondition.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
scenario.description = | ||
|
||
include =../common.properties | ||
|
||
zaakbrug.ApplyValueOverrides.className = nl.nn.adapterframework.testtool.XsltProviderListener | ||
zaakbrug.ApplyValueOverrides.filename = Translate/Common/xsl/ApplyValueOverrides.xslt | ||
|
||
step1.zaakbrug.ApplyValueOverrides.read = EmptyRootValueOverridesShouldMergeWithDefaultCondition/in.xml | ||
step1.zaakbrug.ApplyValueOverrides.read.param1.name = valueOverrides | ||
step1.zaakbrug.ApplyValueOverrides.read.param1.valuefile = EmptyRootValueOverridesShouldMergeWithDefaultCondition/ValueOverrides.xml | ||
step1.zaakbrug.ApplyValueOverrides.read.param1.type = node | ||
step1.zaakbrug.ApplyValueOverrides.read.param2.name = mergeWith | ||
step1.zaakbrug.ApplyValueOverrides.read.param2.valuefile = EmptyRootValueOverridesShouldMergeWithDefaultCondition/mergeWith.xml | ||
step1.zaakbrug.ApplyValueOverrides.read.param2.type = domdoc | ||
step1.zaakbrug.ApplyValueOverrides.read.param3.name = debug | ||
step1.zaakbrug.ApplyValueOverrides.read.param3.value = false | ||
step2.zaakbrug.ApplyValueOverrides.write = EmptyRootValueOverridesShouldMergeWithDefaultCondition/out.xml |
1 change: 1 addition & 0 deletions
1
.../ValueOverrides/EmptyRootValueOverridesShouldMergeWithDefaultCondition/ValueOverrides.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<root /> |
15 changes: 15 additions & 0 deletions
15
...est/testtool/ValueOverrides/EmptyRootValueOverridesShouldMergeWithDefaultCondition/in.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<zgwRol> | ||
<betrokkeneType>natuurlijk_persoon</betrokkeneType> | ||
<roltype>http://open-zaak.nginx:9001/catalogi/api/v1/roltypen/91d7e379-06a8-42c6-bcec-19990dccbc9a</roltype> | ||
<roltoelichting>BetrekkingOp:Precies</roltoelichting> | ||
<betrokkeneIdentificatie> | ||
<inpBsn>111111110</inpBsn> | ||
<authentiek>J</authentiek> | ||
<geslachtsnaam>Precies</geslachtsnaam> | ||
<voorvoegselGeslachtsnaam/> | ||
<voorletters>P</voorletters> | ||
<voornamen>Pietje</voornamen> | ||
<geslachtsaanduiding>m</geslachtsaanduiding> | ||
<geboortedatum>1901-01-01</geboortedatum> | ||
</betrokkeneIdentificatie> | ||
</zgwRol> |
8 changes: 8 additions & 0 deletions
8
...ttool/ValueOverrides/EmptyRootValueOverridesShouldMergeWithDefaultCondition/mergeWith.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<zgwRol> | ||
<roltoelichting>lalala</roltoelichting> | ||
<betrokkeneIdentificatie> | ||
<inpBsn>apple</inpBsn> | ||
<geslachtsnaam>banana</geslachtsnaam> | ||
<idontexist>kiwi</idontexist> | ||
</betrokkeneIdentificatie> | ||
</zgwRol> |
16 changes: 16 additions & 0 deletions
16
...st/testtool/ValueOverrides/EmptyRootValueOverridesShouldMergeWithDefaultCondition/out.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<zgwRol> | ||
<betrokkeneIdentificatie> | ||
<authentiek>J</authentiek> | ||
<geboortedatum>1901-01-01</geboortedatum> | ||
<geslachtsaanduiding>m</geslachtsaanduiding> | ||
<geslachtsnaam>Precies</geslachtsnaam> | ||
<idontexist>kiwi</idontexist> | ||
<inpBsn>111111110</inpBsn> | ||
<voorletters>P</voorletters> | ||
<voornamen>Pietje</voornamen> | ||
<voorvoegselGeslachtsnaam /> | ||
</betrokkeneIdentificatie> | ||
<betrokkeneType>natuurlijk_persoon</betrokkeneType> | ||
<roltoelichting>BetrekkingOp:Precies</roltoelichting> | ||
<roltype>http://open-zaak.nginx:9001/catalogi/api/v1/roltypen/91d7e379-06a8-42c6-bcec-19990dccbc9a</roltype> | ||
</zgwRol> |
Oops, something went wrong.