< prev index next >

test/jdk/javax/swing/text/DefaultCaret/HidingSelection/MultiSelectionTest.java

Print this page
rev 59383 : [mq]: final

@@ -1,7 +1,7 @@
 /*
- * Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2018, 2020, 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
  * under the terms of the GNU General Public License version 2 only, as
  * published by the Free Software Foundation.

@@ -28,11 +28,11 @@
 
 /**
  * @test
  * @bug 8188081 8194135
  * @summary  The content in textArea can not be pasted after clicking "Copy" button.
- * @requires (os.family == "linux") | (os.family == "solaris")
+ * @requires os.family == "linux"
  * @key headful
  * @run main MultiSelectionTest
  */
 
 public class MultiSelectionTest {
< prev index next >