On 21/12/2012 18:03, Joe Wang wrote:
:
Files are renamed. I added a new test "CompatibilityTest" to test
behavior compatibility with the regular JDK XML provider.
Webrev:
http://cr.openjdk.java.net/~joehw/jdk8/8005280/webrev/
-Joe
Thanks for renaming the propertyfile_ prefix from the new test cases,
looks much cleaner now.
On Compatibility.xml then I guess it should very rare to use this for
Properties. I guess the test is okay, just wondering about require the
small parser to support it. In CompatibilityTest.loadPropertyFile then
it looks like the file is not closed.
-Alan