Skip to main content
summaryrefslogtreecommitdiffstats
blob: 926b2a915135a88cff77872e2896309e1045b0f0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="utf-8"?>
<testcase name="2011-4">
  <description>
    This is an example of a non-conformant wsdl that should fail test assertion BP2011.
    However the prerequisite BP2102 fails before we actually can execute the test assertion.
    Note this assertion is caught by the base WSDL validator.
    So this assertion should be disabled when running in conjunction with the
    base validator.
  </description>
  <expectedFailures>
	<assertion id="BP2102" tadID="SSBP10"/>
	<assertion id="BP2122" tadID="SSBP10"/>
	<assertion id="BP2102" tadID="AP10"/>
	<assertion id="BP2122" tadID="AP10"/>
  </expectedFailures>

</testcase>

Back to the top