--- old/test/jdk/java/awt/dnd/DnDFileGroupDescriptor/DnDFileGroupDescriptor.java 2019-09-13 15:30:44.066505100 +0530 +++ new/test/jdk/java/awt/dnd/DnDFileGroupDescriptor/DnDFileGroupDescriptor.java 2019-09-13 15:30:39.389497700 +0530 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009, 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2009, 2019, 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 @@ -23,7 +23,7 @@ /* test - @bug 6242241 + @bug 6242241 8080185 @summary Tests basic DnD functionality in an applet @requires (os.family == "windows") @author Your Name: Alexey Utkin area=dnd @@ -39,12 +39,13 @@ String[] instructions = { "The applet window contains a red field.", - "1. Start MS Outlook program. Find and open ", + "1. Select any file from any location and drag into a red field of applet", + "2. You can also start MS Outlook program. Find and open ", " the mail form with attachments.", - "2. Select attachments from the mail and drag into a red field of applet.", + "3. Select attachments from the mail and drag into a red field of applet.", " When the mouse enters the field during the drag, the application ", " should change the cursor form to OLE-copy and field color to yellow.", - "3. Release the mouse button (drop attachments) over the field.", + "4. Release the mouse button (drop attachments) over the field.", "", "File paths in temporary folder should appear.", "",