From 3c9613bc8973645749c335cd607697430458df6e Mon Sep 17 00:00:00 2001 From: anna Date: Thu, 25 Nov 2010 12:38:47 +0300 Subject: [PATCH] testdata fixed --- .../codeInspection/InspectionProfileTest.java | 24 ++++--------------- 1 file changed, 4 insertions(+), 20 deletions(-) diff --git a/java/java-tests/testSrc/com/intellij/codeInspection/InspectionProfileTest.java b/java/java-tests/testSrc/com/intellij/codeInspection/InspectionProfileTest.java index fbcff73b7c8a..d9d39a9a68bc 100644 --- a/java/java-tests/testSrc/com/intellij/codeInspection/InspectionProfileTest.java +++ b/java/java-tests/testSrc/com/intellij/codeInspection/InspectionProfileTest.java @@ -72,26 +72,8 @@ public class InspectionProfileTest extends UsefulTestCase { private static Element loadOldStyleProfile() throws IOException, JDOMException { final Document document = JDOMUtil.loadDocument("\n" + - " "); @@ -127,7 +110,7 @@ public class InspectionProfileTest extends UsefulTestCase { private static Element loadProfile() throws IOException, JDOMException { final Document document = JDOMUtil.loadDocument("\n" + - " ");