test/jdk/java/awt/Modal/FileDialog/FileDialogModal2Test.java
author iignatyev
Fri, 21 Sep 2018 14:50:06 -0700
changeset 51840 dc15e45122b2
parent 47216 71c04702a3d5
child 52739 7199c4da1a6f
permissions -rw-r--r--
8210894: remove jdk/testlibrary/Asserts Reviewed-by: serb
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
28068
e0916ce5b3fc 8054359: move awt automated tests from AWT_Modality to OpenJDK repository - part 8
avstepan
parents:
diff changeset
     1
/*
51840
dc15e45122b2 8210894: remove jdk/testlibrary/Asserts
iignatyev
parents: 47216
diff changeset
     2
 * Copyright (c) 2007, 2018, Oracle and/or its affiliates. All rights reserved.
28068
e0916ce5b3fc 8054359: move awt automated tests from AWT_Modality to OpenJDK repository - part 8
avstepan
parents:
diff changeset
     3
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
e0916ce5b3fc 8054359: move awt automated tests from AWT_Modality to OpenJDK repository - part 8
avstepan
parents:
diff changeset
     4
 *
e0916ce5b3fc 8054359: move awt automated tests from AWT_Modality to OpenJDK repository - part 8
avstepan
parents:
diff changeset
     5
 * This code is free software; you can redistribute it and/or modify it
e0916ce5b3fc 8054359: move awt automated tests from AWT_Modality to OpenJDK repository - part 8
avstepan
parents:
diff changeset
     6
 * under the terms of the GNU General Public License version 2 only, as
e0916ce5b3fc 8054359: move awt automated tests from AWT_Modality to OpenJDK repository - part 8
avstepan
parents:
diff changeset
     7
 * published by the Free Software Foundation.
e0916ce5b3fc 8054359: move awt automated tests from AWT_Modality to OpenJDK repository - part 8
avstepan
parents:
diff changeset
     8
 *
e0916ce5b3fc 8054359: move awt automated tests from AWT_Modality to OpenJDK repository - part 8
avstepan
parents:
diff changeset
     9
 * This code is distributed in the hope that it will be useful, but WITHOUT
e0916ce5b3fc 8054359: move awt automated tests from AWT_Modality to OpenJDK repository - part 8
avstepan
parents:
diff changeset
    10
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
e0916ce5b3fc 8054359: move awt automated tests from AWT_Modality to OpenJDK repository - part 8
avstepan
parents:
diff changeset
    11
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
e0916ce5b3fc 8054359: move awt automated tests from AWT_Modality to OpenJDK repository - part 8
avstepan
parents:
diff changeset
    12
 * version 2 for more details (a copy is included in the LICENSE file that
e0916ce5b3fc 8054359: move awt automated tests from AWT_Modality to OpenJDK repository - part 8
avstepan
parents:
diff changeset
    13
 * accompanied this code).
e0916ce5b3fc 8054359: move awt automated tests from AWT_Modality to OpenJDK repository - part 8
avstepan
parents:
diff changeset
    14
 *
e0916ce5b3fc 8054359: move awt automated tests from AWT_Modality to OpenJDK repository - part 8
avstepan
parents:
diff changeset
    15
 * You should have received a copy of the GNU General Public License version
e0916ce5b3fc 8054359: move awt automated tests from AWT_Modality to OpenJDK repository - part 8
avstepan
parents:
diff changeset
    16
 * 2 along with this work; if not, write to the Free Software Foundation,
e0916ce5b3fc 8054359: move awt automated tests from AWT_Modality to OpenJDK repository - part 8
avstepan
parents:
diff changeset
    17
 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
e0916ce5b3fc 8054359: move awt automated tests from AWT_Modality to OpenJDK repository - part 8
avstepan
parents:
diff changeset
    18
 *
e0916ce5b3fc 8054359: move awt automated tests from AWT_Modality to OpenJDK repository - part 8
avstepan
parents:
diff changeset
    19
 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
e0916ce5b3fc 8054359: move awt automated tests from AWT_Modality to OpenJDK repository - part 8
avstepan
parents:
diff changeset
    20
 * or visit www.oracle.com if you need additional information or have any
e0916ce5b3fc 8054359: move awt automated tests from AWT_Modality to OpenJDK repository - part 8
avstepan
parents:
diff changeset
    21
 * questions.
e0916ce5b3fc 8054359: move awt automated tests from AWT_Modality to OpenJDK repository - part 8
avstepan
parents:
diff changeset
    22
 */
e0916ce5b3fc 8054359: move awt automated tests from AWT_Modality to OpenJDK repository - part 8
avstepan
parents:
diff changeset
    23
e0916ce5b3fc 8054359: move awt automated tests from AWT_Modality to OpenJDK repository - part 8
avstepan
parents:
diff changeset
    24
e0916ce5b3fc 8054359: move awt automated tests from AWT_Modality to OpenJDK repository - part 8
avstepan
parents:
diff changeset
    25
/*
e0916ce5b3fc 8054359: move awt automated tests from AWT_Modality to OpenJDK repository - part 8
avstepan
parents:
diff changeset
    26
 * @test
40128
e635645d2a8a 8160974: [TESTBUG] Mark more headful tests with @key headful.
goetz
parents: 28068
diff changeset
    27
 * @key headful
28068
e0916ce5b3fc 8054359: move awt automated tests from AWT_Modality to OpenJDK repository - part 8
avstepan
parents:
diff changeset
    28
 * @bug 8054359 7186009
e0916ce5b3fc 8054359: move awt automated tests from AWT_Modality to OpenJDK repository - part 8
avstepan
parents:
diff changeset
    29
 *
e0916ce5b3fc 8054359: move awt automated tests from AWT_Modality to OpenJDK repository - part 8
avstepan
parents:
diff changeset
    30
 * @summary Check whether FileDialog blocks a modal Dialog
e0916ce5b3fc 8054359: move awt automated tests from AWT_Modality to OpenJDK repository - part 8
avstepan
parents:
diff changeset
    31
 *          created with a null Dialog constructor. Also check if other
e0916ce5b3fc 8054359: move awt automated tests from AWT_Modality to OpenJDK repository - part 8
avstepan
parents:
diff changeset
    32
 *          windows are blocked by the FileDialog too.
e0916ce5b3fc 8054359: move awt automated tests from AWT_Modality to OpenJDK repository - part 8
avstepan
parents:
diff changeset
    33
 *
51840
dc15e45122b2 8210894: remove jdk/testlibrary/Asserts
iignatyev
parents: 47216
diff changeset
    34
 * @library ../helpers /lib/testlibrary/
dc15e45122b2 8210894: remove jdk/testlibrary/Asserts
iignatyev
parents: 47216
diff changeset
    35
 * @library /test/lib
28068
e0916ce5b3fc 8054359: move awt automated tests from AWT_Modality to OpenJDK repository - part 8
avstepan
parents:
diff changeset
    36
 * @build ExtendedRobot
e0916ce5b3fc 8054359: move awt automated tests from AWT_Modality to OpenJDK repository - part 8
avstepan
parents:
diff changeset
    37
 * @build Flag
e0916ce5b3fc 8054359: move awt automated tests from AWT_Modality to OpenJDK repository - part 8
avstepan
parents:
diff changeset
    38
 * @build TestDialog
e0916ce5b3fc 8054359: move awt automated tests from AWT_Modality to OpenJDK repository - part 8
avstepan
parents:
diff changeset
    39
 * @build TestFrame
e0916ce5b3fc 8054359: move awt automated tests from AWT_Modality to OpenJDK repository - part 8
avstepan
parents:
diff changeset
    40
 * @build TestWindow
e0916ce5b3fc 8054359: move awt automated tests from AWT_Modality to OpenJDK repository - part 8
avstepan
parents:
diff changeset
    41
 * @run main FileDialogModal2Test
e0916ce5b3fc 8054359: move awt automated tests from AWT_Modality to OpenJDK repository - part 8
avstepan
parents:
diff changeset
    42
 */
e0916ce5b3fc 8054359: move awt automated tests from AWT_Modality to OpenJDK repository - part 8
avstepan
parents:
diff changeset
    43
e0916ce5b3fc 8054359: move awt automated tests from AWT_Modality to OpenJDK repository - part 8
avstepan
parents:
diff changeset
    44
public class FileDialogModal2Test {
e0916ce5b3fc 8054359: move awt automated tests from AWT_Modality to OpenJDK repository - part 8
avstepan
parents:
diff changeset
    45
e0916ce5b3fc 8054359: move awt automated tests from AWT_Modality to OpenJDK repository - part 8
avstepan
parents:
diff changeset
    46
    public static void main(String[] args) throws Exception {
e0916ce5b3fc 8054359: move awt automated tests from AWT_Modality to OpenJDK repository - part 8
avstepan
parents:
diff changeset
    47
        (new FileDialogFWDTest(
e0916ce5b3fc 8054359: move awt automated tests from AWT_Modality to OpenJDK repository - part 8
avstepan
parents:
diff changeset
    48
            FileDialogFWDTest.DialogOwner.NULL_DIALOG)).doTest();
e0916ce5b3fc 8054359: move awt automated tests from AWT_Modality to OpenJDK repository - part 8
avstepan
parents:
diff changeset
    49
    }
e0916ce5b3fc 8054359: move awt automated tests from AWT_Modality to OpenJDK repository - part 8
avstepan
parents:
diff changeset
    50
}