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

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

Modified:
    
xerces/java/branches/xml-schema-1.1-dev/tests/schema/config/SurrogatePairLengthTest.java

Modified: 
xerces/java/branches/xml-schema-1.1-dev/tests/schema/config/SurrogatePairLengthTest.java
URL: 
http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/tests/schema/config/SurrogatePairLengthTest.java?rev=1375625&r1=1375624&r2=1375625&view=diff
==============================================================================
--- 
xerces/java/branches/xml-schema-1.1-dev/tests/schema/config/SurrogatePairLengthTest.java
 (original)
+++ 
xerces/java/branches/xml-schema-1.1-dev/tests/schema/config/SurrogatePairLengthTest.java
 Tue Aug 21 15:51:51 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-unsubscr...@xerces.apache.org
For additional commands, e-mail: commits-h...@xerces.apache.org

Reply via email to