From: Dmitry Avdeev Date: Mon, 26 Apr 2010 13:55:44 +0000 (+0400) Subject: tests fixed X-Git-Tag: cidr/96.133~21^2 X-Git-Url: https://git.jetbrains.org/?p=idea%2Fcommunity.git;a=commitdiff_plain;h=3d1e92a3c5b79864c222727f4bf397067a040dd1 tests fixed --- diff --git a/plugins/InspectionGadgets/testsrc/com/IGInspectionTestCase.java b/plugins/InspectionGadgets/testsrc/com/IGInspectionTestCase.java index 188869411d5e..ed37d2824a3a 100644 --- a/plugins/InspectionGadgets/testsrc/com/IGInspectionTestCase.java +++ b/plugins/InspectionGadgets/testsrc/com/IGInspectionTestCase.java @@ -13,7 +13,7 @@ public abstract class IGInspectionTestCase extends InspectionTestCase { @SuppressWarnings({"JUnitTestCaseWithNonTrivialConstructors"}) public IGInspectionTestCase() { - System.setProperty("idea.platform.prefix", "Idea"); +// System.setProperty("idea.platform.prefix", "Idea"); } protected String getTestDataPath() {