< prev index next >

test/java/awt/event/MouseEvent/AltGraphModifierTest/AltGraphModifierTest.java

Print this page

        

@@ -42,16 +42,12 @@
     private static void init() throws Exception {
         String[] instructions
                 = {
                     "This test is for verifying Alt-Gr modifier of an event.",
                     "Windows :-",
-                    "1. Please check if Alt-Gr key is present on keyboard.",
-                    "2. If present, press the Alt-Gr key and perform",
-                    "   mouse click on the TestWindow.",
-                    "3. If Alt-Gr key is not present, press Ctrl+Alt keys &",
-                    "   perform mouse click on the TestWindow.",
-                    "4. Test will exit by itself with appropriate result.",
+                    "1. Click Pass.",
+                    "2. Alt-Gr modifier is tested under Robot tests.",
                     " ",
                     "Linux :-",
                     "1. Please check if Alt-Gr key is present on keyboard.",
                     "2. If present, press the Alt-Gr key and perform",
                     "   mouse click on the TestWindow.",
< prev index next >