test/jdk/tools/jpackage/junit/junit.java
author herrick
Wed, 16 Oct 2019 09:57:23 -0400
branchJDK-8200758-branch
changeset 58647 2c43b89b1679
parent 58417 67ffaf3a2b75
permissions -rw-r--r--
8231862: Decouple DesktopIntegration and LinuxPackageBundler classes Submitted-by: asemenyuk Reviewed-by: aherrick, almatvee
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
58414
a5f66aa04f68 8230920 : jpackage problems when -input dir contains any files with "cfg" extension.
herrick
parents: 58302
diff changeset
     1
/*
a5f66aa04f68 8230920 : jpackage problems when -input dir contains any files with "cfg" extension.
herrick
parents: 58302
diff changeset
     2
 * Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved.
a5f66aa04f68 8230920 : jpackage problems when -input dir contains any files with "cfg" extension.
herrick
parents: 58302
diff changeset
     3
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
a5f66aa04f68 8230920 : jpackage problems when -input dir contains any files with "cfg" extension.
herrick
parents: 58302
diff changeset
     4
 *
a5f66aa04f68 8230920 : jpackage problems when -input dir contains any files with "cfg" extension.
herrick
parents: 58302
diff changeset
     5
 * This code is free software; you can redistribute it and/or modify it
a5f66aa04f68 8230920 : jpackage problems when -input dir contains any files with "cfg" extension.
herrick
parents: 58302
diff changeset
     6
 * under the terms of the GNU General Public License version 2 only, as
a5f66aa04f68 8230920 : jpackage problems when -input dir contains any files with "cfg" extension.
herrick
parents: 58302
diff changeset
     7
 * published by the Free Software Foundation.  Oracle designates this
a5f66aa04f68 8230920 : jpackage problems when -input dir contains any files with "cfg" extension.
herrick
parents: 58302
diff changeset
     8
 * particular file as subject to the "Classpath" exception as provided
a5f66aa04f68 8230920 : jpackage problems when -input dir contains any files with "cfg" extension.
herrick
parents: 58302
diff changeset
     9
 * by Oracle in the LICENSE file that accompanied this code.
a5f66aa04f68 8230920 : jpackage problems when -input dir contains any files with "cfg" extension.
herrick
parents: 58302
diff changeset
    10
 *
a5f66aa04f68 8230920 : jpackage problems when -input dir contains any files with "cfg" extension.
herrick
parents: 58302
diff changeset
    11
 * This code is distributed in the hope that it will be useful, but WITHOUT
a5f66aa04f68 8230920 : jpackage problems when -input dir contains any files with "cfg" extension.
herrick
parents: 58302
diff changeset
    12
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
a5f66aa04f68 8230920 : jpackage problems when -input dir contains any files with "cfg" extension.
herrick
parents: 58302
diff changeset
    13
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
a5f66aa04f68 8230920 : jpackage problems when -input dir contains any files with "cfg" extension.
herrick
parents: 58302
diff changeset
    14
 * version 2 for more details (a copy is included in the LICENSE file that
a5f66aa04f68 8230920 : jpackage problems when -input dir contains any files with "cfg" extension.
herrick
parents: 58302
diff changeset
    15
 * accompanied this code).
a5f66aa04f68 8230920 : jpackage problems when -input dir contains any files with "cfg" extension.
herrick
parents: 58302
diff changeset
    16
 *
a5f66aa04f68 8230920 : jpackage problems when -input dir contains any files with "cfg" extension.
herrick
parents: 58302
diff changeset
    17
 * You should have received a copy of the GNU General Public License version
a5f66aa04f68 8230920 : jpackage problems when -input dir contains any files with "cfg" extension.
herrick
parents: 58302
diff changeset
    18
 * 2 along with this work; if not, write to the Free Software Foundation,
a5f66aa04f68 8230920 : jpackage problems when -input dir contains any files with "cfg" extension.
herrick
parents: 58302
diff changeset
    19
 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
a5f66aa04f68 8230920 : jpackage problems when -input dir contains any files with "cfg" extension.
herrick
parents: 58302
diff changeset
    20
 *
a5f66aa04f68 8230920 : jpackage problems when -input dir contains any files with "cfg" extension.
herrick
parents: 58302
diff changeset
    21
 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
a5f66aa04f68 8230920 : jpackage problems when -input dir contains any files with "cfg" extension.
herrick
parents: 58302
diff changeset
    22
 * or visit www.oracle.com if you need additional information or have any
a5f66aa04f68 8230920 : jpackage problems when -input dir contains any files with "cfg" extension.
herrick
parents: 58302
diff changeset
    23
 * questions.
a5f66aa04f68 8230920 : jpackage problems when -input dir contains any files with "cfg" extension.
herrick
parents: 58302
diff changeset
    24
 */
a5f66aa04f68 8230920 : jpackage problems when -input dir contains any files with "cfg" extension.
herrick
parents: 58302
diff changeset
    25
58302
718bd56695b3 8231277 : Adjust Linux application image layout
herrick
parents:
diff changeset
    26
/*
718bd56695b3 8231277 : Adjust Linux application image layout
herrick
parents:
diff changeset
    27
 * @test
718bd56695b3 8231277 : Adjust Linux application image layout
herrick
parents:
diff changeset
    28
 * @summary jpackage unit tests
718bd56695b3 8231277 : Adjust Linux application image layout
herrick
parents:
diff changeset
    29
 * @library ${jtreg.home}/lib/junit.jar
718bd56695b3 8231277 : Adjust Linux application image layout
herrick
parents:
diff changeset
    30
 * @run shell run_junit.sh
718bd56695b3 8231277 : Adjust Linux application image layout
herrick
parents:
diff changeset
    31
 */