Author: mukulg
Date: Wed May 14 08:56:57 2014
New Revision: 1594523
URL: http://svn.apache.org/r1594523
Log:
committing a minor correction to test case file. this was perhaps incorrectly
changed earlier.
Modified:
xerces/java/branches/xs-1.1-tests/data/xpath/floating_point.xsd
Modified: xerces/java/branches/xs-1.1-tests/data/xpath/floating_point.xsd
URL:
http://svn.apache.org/viewvc/xerces/java/branches/xs-1.1-tests/data/xpath/floating_point.xsd?rev=1594523&r1=1594522&r2=1594523&view=diff
==============================================================================
--- xerces/java/branches/xs-1.1-tests/data/xpath/floating_point.xsd (original)
+++ xerces/java/branches/xs-1.1-tests/data/xpath/floating_point.xsd Wed May 14
08:56:57 2014
@@ -8,9 +8,9 @@
</xs:sequence>
<xs:assert test="count(distinct-values(a)) eq 3"/>
<xs:assert test="deep-equal(distinct-values(a),
(2,3.5,xs:double('NaN')))"/>
- <xs:assert test="count(distinct-values(b)) eq 3"/>
- <xs:assert test="count(distinct-values(a | b)) eq 6"/>
- <xs:assert test="b[4] ne b[5]"/>
+ <xs:assert test="count(distinct-values(b)) eq 2"/>
+ <xs:assert test="count(distinct-values(a | b)) eq 5"/>
+ <xs:assert test="b[4] eq b[5]"/>
</xs:complexType>
</xs:element>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]