test/jdk/sun/security/tools/jarsigner/LineBrokenMultiByteCharacter.java
changeset 49111 1b33025ae610
parent 47273 f60a42d4b8cd
child 59104 046e4024e55a
equal deleted inserted replaced
49110:a7af40c779d8 49111:1b33025ae610
     1 /*
     1 /*
     2  * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    56      * signed.
    56      * signed.
    57      *
    57      *
    58      * @see #verifyClassNameLineBroken(JarFile, String)
    58      * @see #verifyClassNameLineBroken(JarFile, String)
    59      */
    59      */
    60     static final String testClassName =
    60     static final String testClassName =
    61             "LineBrokenMultiByteCharacterA1234567890B1234567890C123456789D12\u00E9xyz.class";
    61             "LineBrokenMultiByteCharacterA1234567890B1234567890C123456789D1234\u00E9xyz.class";
    62 
    62 
    63     static final String anotherName =
    63     static final String anotherName =
    64             "LineBrokenMultiByteCharacterA1234567890B1234567890C123456789D1234567890.class";
    64             "LineBrokenMultiByteCharacterA1234567890B1234567890C123456789D1234567890.class";
    65 
    65 
    66     static final String alias = "a";
    66     static final String alias = "a";