You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by mu...@apache.org on 2014/04/14 18:18:46 UTC

svn commit: r1587248 - /xerces/java/branches/xs-1.1-tests/data/xpath/floating_point.xsd

Author: mukulg
Date: Mon Apr 14 16:18:45 2014
New Revision: 1587248

URL: http://svn.apache.org/r1587248
Log:
committing a minor change to a test file

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=1587248&r1=1587247&r2=1587248&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 Mon Apr 14 16:18:45 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 2"/>
-	  <xs:assert test="count(distinct-values(a | b)) eq 5"/>
-	  <xs:assert test="b[4] eq b[5]"/>
+	  <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:complexType>
   </xs:element>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org