From e4c868b6395593cc00d344ce4f6159a3aa8a003e Mon Sep 17 00:00:00 2001 From: Dmitry Batkovich Date: Fri, 12 Jul 2013 13:56:29 +0400 Subject: [PATCH] test fixed on win --- .../codeInsight/completion/MethodChainsCompletionTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/java-tests/testSrc/com/intellij/codeInsight/completion/MethodChainsCompletionTest.java b/java/java-tests/testSrc/com/intellij/codeInsight/completion/MethodChainsCompletionTest.java index de22c5b71dc3..176575f31e17 100644 --- a/java/java-tests/testSrc/com/intellij/codeInsight/completion/MethodChainsCompletionTest.java +++ b/java/java-tests/testSrc/com/intellij/codeInsight/completion/MethodChainsCompletionTest.java @@ -218,7 +218,7 @@ public class MethodChainsCompletionTest extends AbstractCompilerAwareTest { } private String getTestCompletionFilePath() { - return getTestDataPath() + getName() + "/" + TEST_COMPLETION_FILE_NAME; + return getName() + "/" + TEST_COMPLETION_FILE_NAME; } private String getBeforeCompletionFilePath() {