8006615: [doclint] move remaining messages into resource bundle

Reviewed-by: mcimadamore, vromero
This commit is contained in:
Jonathan Gibbons 2013-06-03 17:09:26 -07:00
parent 8c25e96e5a
commit a850ba134d
4 changed files with 143 additions and 48 deletions

View file

@ -173,7 +173,7 @@ public class RunTest {
pw.close();
String out = sw.toString();
String expect = "no files given";
String expect = "No files given";
if (!Objects.equals(out.trim(), expect)) {
error("unexpected output");
System.err.println("EXPECT>>" + expect + "<<");