--- old/test/javax/swing/JFileChooser/8013442/Test8013442.java 2020-07-05 23:44:30.010282086 +0100 +++ new/test/javax/swing/JFileChooser/8013442/Test8013442.java 2020-07-05 23:44:29.874281203 +0100 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2013, 2017, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -21,8 +21,9 @@ * questions. */ -/* +/** * @test + * @key headful * @bug 8013442 * @summary Tests that at least one file filter is selected * @author Sergey Malenkov