test fixed on win

This commit is contained in:
Dmitry Batkovich
2013-07-12 13:56:29 +04:00
parent 56f3a39c69
commit e4c868b639
@@ -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() {