366367368369370371372373374375376
} @Test public void testSimple() throws Exception { final Task task = new AbstractFixedIntervalTask( "id1", "id1", new TaskResource("id1", 1), "ds", new Interval("2012-01-01/P1D")
409410411412413414415416417418419
} @Test public void testBadInterval() throws Exception { final Task task = new AbstractFixedIntervalTask("id1", "id1", "ds", new Interval("2012-01-01/P1D")) { @Override public String getType() { return "test";
443444445446447448449450451452453
} @Test public void testBadVersion() throws Exception { final Task task = new AbstractFixedIntervalTask("id1", "id1", "ds", new Interval("2012-01-01/P1D")) { @Override public String getType() { return "test";