summaryrefslogtreecommitdiff
path: root/java/java-tests/testSrc/com/intellij/ide/fileStructure/JavaFileStructureFilteringTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/java-tests/testSrc/com/intellij/ide/fileStructure/JavaFileStructureFilteringTest.java')
-rw-r--r--java/java-tests/testSrc/com/intellij/ide/fileStructure/JavaFileStructureFilteringTest.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/java/java-tests/testSrc/com/intellij/ide/fileStructure/JavaFileStructureFilteringTest.java b/java/java-tests/testSrc/com/intellij/ide/fileStructure/JavaFileStructureFilteringTest.java
index 75c7bf17279c..6f567f8567e7 100644
--- a/java/java-tests/testSrc/com/intellij/ide/fileStructure/JavaFileStructureFilteringTest.java
+++ b/java/java-tests/testSrc/com/intellij/ide/fileStructure/JavaFileStructureFilteringTest.java
@@ -38,10 +38,10 @@ public class JavaFileStructureFilteringTest extends JavaFileStructureTestCase {
public void testSelectLeafFirst3() throws Exception {checkTree("clear");}
public void testSelectLeafFirst4() throws Exception {checkTree("clear");}
- @Bombed(user = "peter", month = Calendar.JUNE, day = 10)
+ @Bombed(user = "peter", month = Calendar.JULY, day = 10)
public void testMatcher1() throws Exception {checkTree("ico");}
- @Bombed(user = "peter", month = Calendar.JUNE, day = 10)
+ @Bombed(user = "peter", month = Calendar.JULY, day = 10)
public void testMatcher2() throws Exception {checkTree("ico");}
- @Bombed(user = "peter", month = Calendar.JUNE, day = 10)
+ @Bombed(user = "peter", month = Calendar.JULY, day = 10)
public void testAnonymousMatcher2() throws Exception {checkTree("ico");}
}