jdk-24/test/jdk/java/util/Properties/invalidxml
2018-12-04 14:53:00 -08:00
..
BadCase.xml 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
BadDocType.xml 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
DTDRootNotMatch.xml 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
IllegalComment.xml 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
IllegalElement.xml 8213325: (props) Properties.loadFromXML does not fully comply with the spec 2018-12-04 14:53:00 -08:00
IllegalEntry1.xml 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
IllegalEntry.xml 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
IllegalKeyAttribute.xml 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
invalidDTD.xml 8213325: (props) Properties.loadFromXML does not fully comply with the spec 2018-12-04 14:53:00 -08:00
NoClosingTag.xml 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
NoDocType.xml 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
NoNamespaceSupport.xml 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
NoRoot.xml 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
NotQuoted.xml 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
README.txt 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00

This directory contains test cases for the LoadAndStoreXML test case. Each file
in this directory should be a malformed XML document that should cause the
java.util.Properties loadFromXML method to throw InvalidPropertiesFormatException.