Skip to content

Commit

Permalink
Rework test to avoid a spurious error
Browse files Browse the repository at this point in the history
  • Loading branch information
ndw committed Dec 4, 2024
1 parent 2708fc0 commit 7fa4028
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 7fa4028

Please sign in to comment.