From 14cb77084433f5c3800487d7b4e9a84e5f41a202 Mon Sep 17 00:00:00 2001 From: Alexey Kudravtsev Date: Tue, 2 Feb 2010 13:00:09 +0300 Subject: [PATCH] test --- java/java-tests/testSrc/com/intellij/refactoring/SafeDeleteTest.java | 1 - 1 file changed, 1 deletion(-) diff --git a/java/java-tests/testSrc/com/intellij/refactoring/SafeDeleteTest.java b/java/java-tests/testSrc/com/intellij/refactoring/SafeDeleteTest.java index 45f0bbf0a6..dcb36ec5b8 100644 --- a/java/java-tests/testSrc/com/intellij/refactoring/SafeDeleteTest.java +++ b/java/java-tests/testSrc/com/intellij/refactoring/SafeDeleteTest.java @@ -53,7 +53,6 @@ public class SafeDeleteTest extends MultiFileTestCase { doTest("IFoo"); } - @Bombed(day = 3, month = Calendar.FEBRUARY, description = "should not delete method implementing IBar interface") public void testMultipleInterfacesImplementationThroughCommonInterface() throws Exception { myDoCompare = false; doTest("IFoo"); -- 2.11.4.GIT