Skip to content

Commit

Permalink
test(larva): add GetISO639Code xslt testcases for all variants of lan…
Browse files Browse the repository at this point in the history
…guage code conversion
  • Loading branch information
MLenterman committed May 30, 2024
1 parent 9e84be7 commit bf64f93
Show file tree
Hide file tree
Showing 10 changed files with 65 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
scenario.description = Alpha2ShouldReturnAlpha3t'
include =../common.properties
bpel.Alpha2ShouldReturnAlpha3t.className = nl.nn.adapterframework.testtool.XsltProviderListener
bpel.Alpha2ShouldReturnAlpha3t.filename = bpel/Common/xsl/GetISO639Code.xslt
step1.bpel.Alpha2ShouldReturnAlpha3t.read = ${configurations.directory}/bpel/ISO639.xml
step1.bpel.Alpha2ShouldReturnAlpha3t.read.param1.name = Alpha2
step1.bpel.Alpha2ShouldReturnAlpha3t.read.param1.value = nl
step2.bpel.Alpha2ShouldReturnAlpha3t.write = Alpha2ShouldReturnAlpha3t/out.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nld
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
scenario.description = Alpha3WithAlpha3bValueShouldReturnAlpha2'
include =../common.properties
bpel.Alpha3WithAlpha3bValueShouldReturnAlpha2.className = nl.nn.adapterframework.testtool.XsltProviderListener
bpel.Alpha3WithAlpha3bValueShouldReturnAlpha2.filename = bpel/Common/xsl/GetISO639Code.xslt
step1.bpel.Alpha3WithAlpha3bValueShouldReturnAlpha2.read = ${configurations.directory}/bpel/ISO639.xml
step1.bpel.Alpha3WithAlpha3bValueShouldReturnAlpha2.read.param1.name = Alpha3
step1.bpel.Alpha3WithAlpha3bValueShouldReturnAlpha2.read.param1.value = eng
step2.bpel.Alpha3WithAlpha3bValueShouldReturnAlpha2.write = Alpha3WithAlpha3bValueShouldReturnAlpha2/out.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
en
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
scenario.description = Alpha3WithAlpha3tValueShouldReturnAlpha2'
include =../common.properties
bpel.Alpha3WithAlpha3tValueShouldReturnAlpha2.className = nl.nn.adapterframework.testtool.XsltProviderListener
bpel.Alpha3WithAlpha3tValueShouldReturnAlpha2.filename = bpel/Common/xsl/GetISO639Code.xslt
step1.bpel.Alpha3WithAlpha3tValueShouldReturnAlpha2.read = ${configurations.directory}/bpel/ISO639.xml
step1.bpel.Alpha3WithAlpha3tValueShouldReturnAlpha2.read.param1.name = Alpha3
step1.bpel.Alpha3WithAlpha3tValueShouldReturnAlpha2.read.param1.value = nld
step2.bpel.Alpha3WithAlpha3tValueShouldReturnAlpha2.write = Alpha3WithAlpha3tValueShouldReturnAlpha2/out.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nl
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
scenario.description = Alpha3bShouldReturnAlpha2'
include =../common.properties
bpel.Alpha3bShouldReturnAlpha2.className = nl.nn.adapterframework.testtool.XsltProviderListener
bpel.Alpha3bShouldReturnAlpha2.filename = bpel/Common/xsl/GetISO639Code.xslt
step1.bpel.Alpha3bShouldReturnAlpha2.read = ${configurations.directory}/bpel/ISO639.xml
step1.bpel.Alpha3bShouldReturnAlpha2.read.param1.name = Alpha3b
step1.bpel.Alpha3bShouldReturnAlpha2.read.param1.value = eng
step2.bpel.Alpha3bShouldReturnAlpha2.write = Alpha3bShouldReturnAlpha2/out.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
en
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
scenario.description = Alpha3tShouldReturnAlpha2'
include =../common.properties
bpel.Alpha3tShouldReturnAlpha2.className = nl.nn.adapterframework.testtool.XsltProviderListener
bpel.Alpha3tShouldReturnAlpha2.filename = bpel/Common/xsl/GetISO639Code.xslt
step1.bpel.Alpha3tShouldReturnAlpha2.read = ${configurations.directory}/bpel/ISO639.xml
step1.bpel.Alpha3tShouldReturnAlpha2.read.param1.name = Alpha3t
step1.bpel.Alpha3tShouldReturnAlpha2.read.param1.value = nld
step2.bpel.Alpha3tShouldReturnAlpha2.write = Alpha3tShouldReturnAlpha2/out.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nl

0 comments on commit bf64f93

Please sign in to comment.