test/tools/javac/Diagnostics/6769027/tester.properties

Tue, 08 Sep 2009 11:12:13 -0700

author
jjg
date
Tue, 08 Sep 2009 11:12:13 -0700
changeset 400
35e29f51a7c3
parent 221
6ada6122dd4f
child 2525
2eb010b6cb22
permissions
-rw-r--r--

6419701: DefaultFileManager clean up: URI.create
6483788: DefaultFileManager.ZipFileObject.toUri() fails to escape space characters
6501502: JSR 199: FileObject.toUri should return file:///c:/ or file:/c:/ not file://c:/
6877206: JavaFileObject.toUri returns bogus URI (win)
6877223: tests @ignored because of issues with File.toURI on Windows
Reviewed-by: mcimadamore, alanb

mcimadamore@221 1 compiler.err.single=\
mcimadamore@221 2 This is a test error message {0}
mcimadamore@221 3
mcimadamore@221 4 compiler.err.double=\
mcimadamore@221 5 This is a test error message.\n\
jjg@400 6 This is another line of the above error message {0}
mcimadamore@221 7
mcimadamore@221 8 compiler.misc.single=\
mcimadamore@221 9 This is a test subdiagnostic {0}
mcimadamore@221 10
mcimadamore@221 11 compiler.misc.double=\
mcimadamore@221 12 This is a test subdiagnostic.\n\
jjg@400 13 This is another line of the above subdiagnostic {0}

mercurial