diff --git a/RegExpSupport/test/test/BaseParseTestcase.java b/RegExpSupport/test/test/BaseParseTestcase.java
index b0670a2b6e1f..a7f8cf4d00aa 100644
--- a/RegExpSupport/test/test/BaseParseTestcase.java
+++ b/RegExpSupport/test/test/BaseParseTestcase.java
@@ -20,6 +20,7 @@ import com.intellij.openapi.application.Result;
import com.intellij.openapi.command.WriteCommandAction;
import com.intellij.openapi.fileTypes.FileTypeManager;
import com.intellij.openapi.project.Project;
+import com.intellij.testFramework.PlatformTestCase;
import com.intellij.testFramework.fixtures.CodeInsightTestFixture;
import com.intellij.testFramework.fixtures.IdeaProjectTestFixture;
import com.intellij.testFramework.fixtures.IdeaTestFixtureFactory;
@@ -32,6 +33,11 @@ import java.io.File;
public abstract class BaseParseTestcase extends TestCase {
protected CodeInsightTestFixture myFixture;
+ @SuppressWarnings({"JUnitTestCaseWithNonTrivialConstructors"})
+ public BaseParseTestcase() {
+ PlatformTestCase.initPlatformLangPrefix();
+ }
+
protected void setUp() throws Exception {
super.setUp();
final IdeaTestFixtureFactory fixtureFactory = IdeaTestFixtureFactory.getFixtureFactory();
diff --git a/platform/platform-resources/src/META-INF/PlatformLangXmlPlugin.xml b/platform/platform-resources/src/META-INF/PlatformLangXmlPlugin.xml
index b136fe4ca54a..8fe5a14fa6ff 100644
--- a/platform/platform-resources/src/META-INF/PlatformLangXmlPlugin.xml
+++ b/platform/platform-resources/src/META-INF/PlatformLangXmlPlugin.xml
@@ -8,6 +8,7 @@
+
\ No newline at end of file
diff --git a/platform/testFramework/testFramework.iml b/platform/testFramework/testFramework.iml
index 6cc1313518e9..f8a78523cdbf 100644
--- a/platform/testFramework/testFramework.iml
+++ b/platform/testFramework/testFramework.iml
@@ -16,6 +16,12 @@
+
+
+
+
+
+