8153897: jshell tool: "not active" must be pulled from resource file
authorntv
Mon, 29 Aug 2016 11:13:48 +0000
changeset 40601 9af676462cbf
parent 40600 3874367e6e6f
child 40602 50045337b3a1
8153897: jshell tool: "not active" must be pulled from resource file Summary: Not active error msg pulled from resource file Reviewed-by: rfield
langtools/test/jdk/jshell/ToolSimpleTest.java
--- a/langtools/test/jdk/jshell/ToolSimpleTest.java	Mon Aug 29 09:58:42 2016 +0000
+++ b/langtools/test/jdk/jshell/ToolSimpleTest.java	Mon Aug 29 11:13:48 2016 +0000
@@ -23,7 +23,7 @@
 
 /*
  * @test
- * @bug 8153716 8143955 8151754 8150382 8153920 8156910 8131024 8160089
+ * @bug 8153716 8143955 8151754 8150382 8153920 8156910 8131024 8160089 8153897
  * @summary Simple jshell tool tests
  * @modules jdk.compiler/com.sun.tools.javac.api
  *          jdk.compiler/com.sun.tools.javac.main
@@ -157,7 +157,6 @@
         );
     }
 
-    @Test(enabled = false) // TODO 8153897
     public void defineUnresolvedVar() {
         test(
                 (a) -> assertCommand(a, "undefined x",