Skip to content

Commit

Permalink
Merge pull request #763 from ndw/fix-with-input-069
Browse files Browse the repository at this point in the history
Rework test to avoid a spurious error
  • Loading branch information
ndw authored Dec 4, 2024
2 parents 8712e46 + 7fa4028 commit cde804c
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions test-suite/tests/ab-with-input-069.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
<t:info>
<t:title>with-input-069</t:title>
<t:revision-history>
<t:revision>
<t:date>2024-12-04</t:date>
<t:author>
<t:name>Norm Tovey-Walsh</t:name>
</t:author>
<t:description xmlns="http://www.w3.org/1999/xhtml">
<p>Adjust the test to avoid a spurious err:XS0044 error.</p>
</t:description>
</t:revision>
<t:revision>
<t:date>2020-06-21</t:date>
<t:author>
Expand All @@ -25,9 +34,13 @@
<doc/>
</p:with-input>
<p:when test="true()">
<true />
<p:identity>
<p:with-input>
<true />
</p:with-input>
</p:identity>
</p:when>
</p:choose>
</p:declare-step>
</t:pipeline>
</t:test>
</t:test>

0 comments on commit cde804c

Please sign in to comment.