mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 11:04:34 +02:00
8006615: [doclint] move remaining messages into resource bundle
Reviewed-by: mcimadamore, vromero
This commit is contained in:
parent
8c25e96e5a
commit
a850ba134d
4 changed files with 143 additions and 48 deletions
|
@ -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 + "<<");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue