Moved injava handler test data.

This commit is contained in:
Evgeny Gerashchenko
2013-08-23 00:02:10 +04:00
committed by Pavel V. Talanov
parent a75490803a
commit d502c5af64
4 changed files with 1 additions and 1 deletions
@@ -42,6 +42,6 @@ public class JavaCompletionHandlerTest extends CompletionTestCase {
@Override
protected String getTestDataPath() {
return new File(PluginTestCaseBase.getTestDataPathBase(), "/completion/injava/handlers/").getPath() + File.separator;
return new File(PluginTestCaseBase.getTestDataPathBase(), "/completion/handlers/injava").getPath() + File.separator;
}
}