1 /* 2 * @test 3 * @bug 8199912 4 * @summary Tests for Basic tests for REPL tool 5 * @library /tools/lib 6 * @build toolbox.ToolBox toolbox.JarTask toolbox.JavacTask 7 * @run testng/timeout=600 OpenUrlTest 8 */ 9 10 import org.testng.annotations.Test; 11 12 @Test 13 public class OpenUrlTest extends ReplToolTesting { 14 15 }