You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by mr...@apache.org on 2012/08/21 17:51:27 UTC

svn commit: r1375622 - /xerces/java/trunk/tests/schema/config/SurrogatePairLengthTest.java

Author: mrglavas
Date: Tue Aug 21 15:51:27 2012
New Revision: 1375622

URL: http://svn.apache.org/viewvc?rev=1375622&view=rev
Log:
Refer to the ElementPSVI interface instead of its implementation.

Modified:
    xerces/java/trunk/tests/schema/config/SurrogatePairLengthTest.java

Modified: xerces/java/trunk/tests/schema/config/SurrogatePairLengthTest.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/tests/schema/config/SurrogatePairLengthTest.java?rev=1375622&r1=1375621&r2=1375622&view=diff
==============================================================================
--- xerces/java/trunk/tests/schema/config/SurrogatePairLengthTest.java (original)
+++ xerces/java/trunk/tests/schema/config/SurrogatePairLengthTest.java Tue Aug 21 15:51:27 2012
@@ -19,7 +19,7 @@ package schema.config;
 
 import junit.framework.Assert;
 
-import org.apache.xerces.dom.PSVIElementNSImpl;
+import org.apache.xerces.xs.ElementPSVI;
 import org.apache.xerces.xs.ItemPSVI;
 
 /**
@@ -74,7 +74,7 @@ public class SurrogatePairLengthTest ext
                 .getValidationAttempted());
         assertElementName("root", fRootNode.getElementDeclaration().getName());
         
-        PSVIElementNSImpl child = super.getChild(1);
+        ElementPSVI child = super.getChild(1);
         assertValidity(ItemPSVI.VALIDITY_VALID, child.getValidity());
         assertValidationAttempted(ItemPSVI.VALIDATION_FULL, child
                 .getValidationAttempted());



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