diff --git a/.idea/runConfigurations/SimpleParsingTest.xml b/.idea/runConfigurations/SimpleParsingTest.xml
deleted file mode 100644
index dc980e077..000000000
--- a/.idea/runConfigurations/SimpleParsingTest.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/runConfigurations/SimpleCodeInsightTest.xml b/.idea/runConfigurations/Tests.xml
similarity index 70%
rename from .idea/runConfigurations/SimpleCodeInsightTest.xml
rename to .idea/runConfigurations/Tests.xml
index 7459aee87..96ede5c88 100644
--- a/.idea/runConfigurations/SimpleCodeInsightTest.xml
+++ b/.idea/runConfigurations/Tests.xml
@@ -1,5 +1,5 @@
-
+
@@ -10,9 +10,9 @@
-
-
-
+
+
+
@@ -22,14 +22,9 @@
+
-
-
-
-
-
-
diff --git a/tests/com/simpleplugin/SimpleParsingTest.java b/tests/com/simpleplugin/SimpleParsingTest.java
index 2bda56990..52848cca2 100644
--- a/tests/com/simpleplugin/SimpleParsingTest.java
+++ b/tests/com/simpleplugin/SimpleParsingTest.java
@@ -13,7 +13,7 @@ public class SimpleParsingTest extends ParsingTestCase {
@Override
protected String getTestDataPath() {
- return "testData";
+ return "../../SimplePlugin/testData";
}
@Override