149150151152153154155156157158159
output.deleteOnExit(); cr.setOutput(output); cr.execute(); compare( output, getFrameworkPath("src/test-data/TestConstructRegistry/testLocalRefs.xml.master")); }
180181182183184185186187188189190
output.deleteOnExit(); cr.setOutput(output); cr.execute(); compare( output, getFrameworkPath("src/test-data/TestConstructRegistry/testUptoDate.xml.master"));
188189190191192193194195196197198
output, getFrameworkPath("src/test-data/TestConstructRegistry/testUptoDate.xml.master")); long stamp = output.lastModified(); cr.execute(); assertEquals(stamp, output.lastModified()); } public void testJars() throws Exception
217218219220221222223224225226227
output.deleteOnExit(); cr.setOutput(output); cr.execute(); compare(output, getFrameworkPath("src/test-data/TestConstructRegistry/testJars.xml.master")); } protected void compare(File actual, String expectedPath) throws Exception