mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
Temporar fix of tests
This commit is contained in:
@@ -21,7 +21,6 @@ import com.intellij.openapi.vfs.VirtualFile;
|
||||
import com.intellij.testFramework.UsefulTestCase;
|
||||
import com.intellij.testFramework.fixtures.IdeaProjectTestFixture;
|
||||
import com.intellij.testFramework.fixtures.IdeaTestFixtureFactory;
|
||||
import com.intellij.util.PlatformUtilsCore;
|
||||
import git4idea.DialogManager;
|
||||
import git4idea.Notificator;
|
||||
import git4idea.config.GitVcsSettings;
|
||||
@@ -65,7 +64,7 @@ public abstract class GithubTest extends UsefulTestCase {
|
||||
|
||||
@SuppressWarnings({"JUnitTestCaseWithNonTrivialConstructors", "UnusedDeclaration"})
|
||||
protected GithubTest() {
|
||||
System.setProperty(PlatformUtilsCore.PLATFORM_PREFIX_KEY, "PlatformLangXml");
|
||||
//System.setProperty(PlatformUtilsCore.PLATFORM_PREFIX_KEY, "PlatformLangXml");
|
||||
GitTestUtil.setDefaultBuiltInServerPort();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user