Temporar fix of tests

This commit is contained in:
Kirill Likhodedov
2013-07-01 19:39:10 +04:00
parent 4d6b1663f9
commit 3de3154a6b
@@ -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();
}