super(name); taskINeedForLogging.setProject(new Project());
return new Resource(name); // implies lastModified == 0
return new String[] {"fred colon", "carrot ironfoundersson"};
Resource r = new Resource("samual vimes", true, 1, false); Resource[] toNew = ResourceUtils.selectOutOfDateSources(taskINeedForLogging, new Resource[] {r}, this, this); assertEquals(1, toNew.length);