[JDK 11] RFR 8198821: fix test methods access for test java/text/Normalizer/NormalizerAPITest.java
Please review the minor change for test java/text/Normalizer/NormalizerAPITest.java, thanks Added public access modifier to all “Test_" methods so they can be recognized as test method correctly by util class bug: https://bugs.openjdk.java.net/browse/JDK-8198821 <https://bugs.openjdk.java.net/browse/JDK-8198821> webrev: http://cr.openjdk.java.net/~xiaofeya/8198821/webrev.00/ <http://cr.openjdk.java.net/~xiaofeya/8198821/webrev.00/> Regards, Chris
+1 Naoto On 2/28/18 6:03 PM, Chris Yin wrote:
Please review the minor change for test java/text/Normalizer/NormalizerAPITest.java, thanks
Added public access modifier to all “Test_" methods so they can be recognized as test method correctly by util class
bug: https://bugs.openjdk.java.net/browse/JDK-8198821 <https://bugs.openjdk.java.net/browse/JDK-8198821> webrev: http://cr.openjdk.java.net/~xiaofeya/8198821/webrev.00/ <http://cr.openjdk.java.net/~xiaofeya/8198821/webrev.00/>
Regards, Chris
Thank you, Naoto Regards, Chris
On 2 Mar 2018, at 2:26 AM, Naoto Sato <naoto.sato@oracle.com> wrote:
+1
Naoto
On 2/28/18 6:03 PM, Chris Yin wrote:
Please review the minor change for test java/text/Normalizer/NormalizerAPITest.java, thanks Added public access modifier to all “Test_" methods so they can be recognized as test method correctly by util class bug: https://bugs.openjdk.java.net/browse/JDK-8198821 <https://bugs.openjdk.java.net/browse/JDK-8198821> webrev: http://cr.openjdk.java.net/~xiaofeya/8198821/webrev.00/ <http://cr.openjdk.java.net/~xiaofeya/8198821/webrev.00/> Regards, Chris
participants (2)
-
Chris Yin
-
Naoto Sato