Skip to content

Commit

Permalink
change the excption meassges to: Unable to create an unreadable prope…
Browse files Browse the repository at this point in the history
…rties file
  • Loading branch information
sendaoYan committed Jun 18, 2024
1 parent 5cf26a1 commit 9b8a0bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
public class MissingResourceCauseTestRun {
public static void main(String[] args) throws Throwable {
if(Platform.isRoot() && !Platform.isWindows()) {
throw new SkippedException("root user has privileged will make this test fail.");
throw new SkippedException("Unable to create an unreadable properties file.");
}
Path path = Paths.get("UnreadableRB.properties");
Files.deleteIfExists(path);
Expand Down

0 comments on commit 9b8a0bc

Please sign in to comment.