run tests on module classpath: lvcs
authorDmitry Avdeev <Dmitry.Avdeev@jetbrains.com>
Mon, 26 Apr 2010 09:43:29 +0000 (13:43 +0400)
committerDmitry Avdeev <Dmitry.Avdeev@jetbrains.com>
Mon, 26 Apr 2010 09:43:29 +0000 (13:43 +0400)
platform/lvcs-impl/testSrc/com/intellij/historyIntegrTests/IntegrationTestCase.java

index bb06864d23e7e165d0a09b7d9f78b637eae0155d..cec804a7be75923504ea7a523848e66282ef8c02 100644 (file)
@@ -51,6 +51,11 @@ public abstract class IntegrationTestCase extends PlatformTestCase {
   protected VirtualFile myRoot;
   protected IdeaGateway myGateway;
 
+  @SuppressWarnings({"JUnitTestCaseWithNonTrivialConstructors"})
+  public IntegrationTestCase() {
+    PlatformTestCase.initPlatformLangPrefix();
+  }
+
   @Override
   public void setUp() throws Exception {
     super.setUp();