fixed eval tests on windows appcode/142.2667 clion/142.2666
authorEgor.Ushakov <egor.ushakov@jetbrains.com>
Mon, 22 Jun 2015 09:18:53 +0000 (12:18 +0300)
committerEgor.Ushakov <egor.ushakov@jetbrains.com>
Mon, 22 Jun 2015 09:18:53 +0000 (12:18 +0300)
java/testFramework/src/com/intellij/debugger/impl/OutputChecker.java

index 32e494599991fc1556778614a6862b41451b484e..00c73a64b53bb13b1f1a35dc25c3ae881bb83ec1 100644 (file)
@@ -214,6 +214,7 @@ public class OutputChecker {
         result = result.replaceAll("file.*AppletPage.*\\.html", "file:/!APPLET_HTML!");
         result = result.replaceAll("\"(!JDK_HOME!.*?)\"", "$1");
         result = result.replaceAll("\"(!APP_PATH!.*?)\"", "$1");
+        result = result.replaceAll("\"(" + TEST_JDK_HOME_STR + ".*?)\"", "$1");
 
         // unquote extra params
         result = result.replaceAll("\"(-D.*)\"", "$1");