This commit is contained in:
Roman Shevchenko
2011-02-08 12:20:55 +01:00
parent e6ebb46ea9
commit 08117a2fac
2 changed files with 5 additions and 4 deletions
@@ -35,6 +35,7 @@ public abstract class JavaCodeInsightFixtureTestCase extends UsefulTestCase{
protected JavaCodeInsightTestFixture myFixture;
protected Module myModule;
@SuppressWarnings({"JUnitTestCaseWithNonTrivialConstructors"})
protected JavaCodeInsightFixtureTestCase() {
IdeaTestCase.initPlatformPrefix();
}
@@ -66,7 +67,7 @@ public abstract class JavaCodeInsightFixtureTestCase extends UsefulTestCase{
}
/**
* Return absolute path to the test data. Not intended to be overrided.
* Return absolute path to the test data. Not intended to be overridden.
*
* @return absolute path to the test data.
*/