Skip to content
This repository has been archived by the owner on Feb 10, 2022. It is now read-only.

Commit

Permalink
Fix bug #29609 (relax test assertion for format-integer-075)
Browse files Browse the repository at this point in the history
  • Loading branch information
dlockett committed Jun 7, 2016
1 parent 97990ef commit 7bbec68
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions fn/format-integer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -725,12 +725,14 @@
</result>
</test-case>
<test-case name="format-integer-075">
<description>format-integer - combination of token 'A' with modifier 'o' not recognised; default to 'A;c'</description>
<description>format-integer - test picture 'A;o' accepted (result is implementation defined,
e.g. if combination of token 'A' with modifier 'o' not recognised; default to 'A;c')</description>
<created by="Debbie Lockett, Saxonica" on="2016-03-24"/>
<modified by="Debbie Lockett, Saxonica" on="2016-06-07" change="relax test assertion"/>
<dependency type="default-language" value="en"/>
<test>format-integer(85, 'A;o')</test>
<result>
<assert-eq>'CG'</assert-eq>
<assert-type>xs:string</assert-type>
</result>
</test-case>
</test-set>

0 comments on commit 7bbec68

Please sign in to comment.