# HG changeset patch # User rfield # Date 1488818165 28800 # Node ID ca20a5923619589f2260c2f6a000312e3f9f6420 # Parent 5f0cf412694916f722ddf1b14967e32a3dbab682 8176184: JShell tests: jdk/jshell/CompletionSuggestionTest.testImportStart(): failure Reviewed-by: jlahoda diff -r 5f0cf4126949 -r ca20a5923619 langtools/test/jdk/jshell/CompletionSuggestionTest.java --- a/langtools/test/jdk/jshell/CompletionSuggestionTest.java Mon Mar 06 13:17:33 2017 +0100 +++ b/langtools/test/jdk/jshell/CompletionSuggestionTest.java Mon Mar 06 08:36:05 2017 -0800 @@ -23,7 +23,7 @@ /* * @test - * @bug 8131025 8141092 8153761 8145263 8131019 8175886 + * @bug 8131025 8141092 8153761 8145263 8131019 8175886 8176184 * @summary Test Completion and Documentation * @library /tools/lib * @modules jdk.compiler/com.sun.tools.javac.api @@ -296,7 +296,7 @@ } public void testImportStart() { - assertCompletion("import ja|", "java", "javax"); + assertCompletion("import c|", "com"); assertCompletion("import o|", "org"); }