Skip to content
This repository was archived by the owner on Aug 27, 2022. It is now read-only.
/ lanai Public archive

Commit b8f2b32

Browse files
committedMar 25, 2020
8241311: Move some charset mapping tests from closed to open
Reviewed-by: iris, joehw, itakiguchi, amlu
1 parent 7fc31ea commit b8f2b32

File tree

167 files changed

+750938
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

167 files changed

+750938
-1
lines changed
 

‎test/jdk/sun/nio/cs/TestCharsetMapping.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2017, 2020, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -24,6 +24,7 @@
2424
/* @test
2525
* @bug 8186801 8186751
2626
* @summary Test the charset mappings
27+
* @modules jdk.charsets
2728
*/
2829

2930
import java.io.*;

0 commit comments

Comments
 (0)