From 6842ec1783eaae5bf5a298e22230700d5587b8f6 Mon Sep 17 00:00:00 2001 From: cheptsov Date: Fri, 1 Mar 2013 12:27:27 +0400 Subject: [PATCH] Bugfix --- .idea/runConfigurations/SimpleParsingTest.xml | 30 ------------------- .../{SimpleCodeInsightTest.xml => Tests.xml} | 15 ++++------ tests/com/simpleplugin/SimpleParsingTest.java | 2 +- 3 files changed, 6 insertions(+), 41 deletions(-) delete mode 100644 .idea/runConfigurations/SimpleParsingTest.xml rename .idea/runConfigurations/{SimpleCodeInsightTest.xml => Tests.xml} (70%) 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 @@ - + + - - - 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