Skip to content

Commit

Permalink
8290149: java/nio/file/Files/probeContentType/Basic.java fails on Win…
Browse files Browse the repository at this point in the history
…dows Server 2019/2022

Reviewed-by: jpai, lancea
  • Loading branch information
tkiriyama authored and jaikiran committed Jul 14, 2022
1 parent 292d909 commit adf40d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/jdk/java/nio/file/Files/probeContentType/Basic.java
Expand Up @@ -165,7 +165,7 @@ public static void main(String[] args) throws IOException {
new ExType("gz", List.of("application/gzip", "application/x-gzip")),
new ExType("jar", List.of("application/java-archive", "application/x-java-archive", "application/jar")),
new ExType("jpg", List.of("image/jpeg")),
new ExType("js", List.of("text/javascript", "application/javascript")),
new ExType("js", List.of("text/plain", "text/javascript", "application/javascript")),
new ExType("json", List.of("application/json")),
new ExType("markdown", List.of("text/markdown")),
new ExType("md", List.of("text/markdown", "application/x-genesis-rom")),
Expand Down

1 comment on commit adf40d2

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.