This commit is contained in:
peter
2013-08-20 00:17:14 +02:00
parent 63269669f1
commit 929ba429ae
@@ -42,6 +42,6 @@ public class JavaFileStructureFilteringTest extends JavaFileStructureTestCase {
public void testMatcher1() throws Exception {checkTree("ico");}
public void testMatcher2() throws Exception {checkTree("ico");}
@Bombed(user = "peter", month = Calendar.AUGUST, day = 20)
@Bombed(user = "peter", month = Calendar.SEPTEMBER, day = 20)
public void testAnonymousMatcher2() throws Exception {checkTree("ico");}
}