changeset 4018:173dd02c493c

8176184: JShell tests: jdk/jshell/CompletionSuggestionTest.testImportStart(): failure Reviewed-by: jlahoda
author rfield
date Mon, 06 Mar 2017 08:36:05 -0800
parents b552cece1f4a
children 099bb085017a
files test/jdk/jshell/CompletionSuggestionTest.java
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/test/jdk/jshell/CompletionSuggestionTest.java	Mon Mar 06 13:17:33 2017 +0100
+++ b/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");
     }