mbeckerle commented on code in PR #7: URL: https://github.com/apache/xerces-j/pull/7#discussion_r1962455161
########## tests/loc/XercesDOMLocationTest.java: ########## @@ -0,0 +1,91 @@ +package loc; + +import org.apache.xerces.parsers.DOMParser; +import org.apache.xerces.dom.DOMLocatorImpl; +import junit.framework.*; + +import static org.apache.xerces.parsers.XML11Configuration.LOCATION_INFO_FEATURE; +import org.w3c.dom.*; + +import java.io.File; + +public class XercesDOMLocationTest extends TestCase { Review Comment: Need tests for XML 1.1 as well as XML 1.0. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: j-dev-unsubscr...@xerces.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: j-dev-unsubscr...@xerces.apache.org For additional commands, e-mail: j-dev-h...@xerces.apache.org