Skip to content

Commit 29b67c4

Browse files
Assert binary uit test 1.3 gehaald
1 parent ee6fa72 commit 29b67c4

File tree

3 files changed

+6
-38
lines changed

3 files changed

+6
-38
lines changed

output/STU3/PDFA-3-0/MedMij/Cert/PHR-Client/medmij-pdfa-phr-1-3-retrieve-2-binary.xml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -123,15 +123,6 @@
123123
<warningOnly value="false"/>
124124
</assert>
125125
</action>
126-
<action>
127-
<assert>
128-
<description value="Make sure that the server of the test simulator returns the requested Binary resource."/>
129-
<direction value="response"/>
130-
<resource value="Binary"/>
131-
<stopTestOnFail value="false"/>
132-
<warningOnly value="false"/>
133-
</assert>
134-
</action>
135126
</test>
136127
<test id="scenario1-3-retrieve-binary-2">
137128
<name value="Scenario 1.3 - Binary 2"/>
@@ -197,14 +188,5 @@
197188
<warningOnly value="false"/>
198189
</assert>
199190
</action>
200-
<action>
201-
<assert>
202-
<description value="Make sure that the server of the test simulator returns the requested Binary resource."/>
203-
<direction value="response"/>
204-
<resource value="Binary"/>
205-
<stopTestOnFail value="false"/>
206-
<warningOnly value="false"/>
207-
</assert>
208-
</action>
209191
</test>
210192
</TestScript>

output/STU3/PDFA-3-0/MedMij/Test/PHR-Client/medmij-pdfa-phr-1-3-retrieve-2-binary.xml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -123,15 +123,6 @@
123123
<warningOnly value="false"/>
124124
</assert>
125125
</action>
126-
<action>
127-
<assert>
128-
<description value="Make sure that the server of the test simulator returns the requested Binary resource."/>
129-
<direction value="response"/>
130-
<resource value="Binary"/>
131-
<stopTestOnFail value="false"/>
132-
<warningOnly value="false"/>
133-
</assert>
134-
</action>
135126
</test>
136127
<test id="scenario1-3-retrieve-binary-2">
137128
<name value="Scenario 1.3 - Binary 2"/>
@@ -197,14 +188,5 @@
197188
<warningOnly value="false"/>
198189
</assert>
199190
</action>
200-
<action>
201-
<assert>
202-
<description value="Make sure that the server of the test simulator returns the requested Binary resource."/>
203-
<direction value="response"/>
204-
<resource value="Binary"/>
205-
<stopTestOnFail value="false"/>
206-
<warningOnly value="false"/>
207-
</assert>
208-
</action>
209191
</test>
210192
</TestScript>

src/PDFA-3-0/Cert/PHR-Client/medmij-pdfa-phr-1-3-retrieve-2-binary.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,17 @@
2525
<test id="scenario1-3-retrieve-binary-1">
2626
<name value="Scenario 1.3 - Binary 1"/>
2727
<description value="Read Binary resource."/>
28-
<nts:include value="medmij/test.phr.successfulRead" scope="common"
28+
<nts:include value="medmij/test.phr.read" scope="common"
2929
resource="Binary" params="/${binary1-id}"/>
30+
<nts:include value="assert.response.success" scope="common"/>
31+
3032
</test>
3133
<test id="scenario1-3-retrieve-binary-2">
3234
<name value="Scenario 1.3 - Binary 2"/>
3335
<description value="Read Binary resource"/>
34-
<nts:include value="medmij/test.phr.successfulRead" scope="common"
36+
<nts:include value="medmij/test.phr.read" scope="common"
3537
resource="Binary" params="/${binary2-id}"/>
38+
<nts:include value="assert.response.success" scope="common"/>
39+
3640
</test>
3741
</TestScript>

0 commit comments

Comments
 (0)