@Test
public void testChecksSourceLast() throws Exception {
ApplicationContext ac = loadApplicationContext("/org/geomajas/spring/dependencyTestSourceLast.xml");
TestRecorder recorder = ac.getBean(TestRecorder.class);
Assert.assertEquals("", recorder.matches(DependencyCheckPostProcessor.GROUP,
DependencyCheckPostProcessor.VALUE));
}
private ApplicationContext loadApplicationContext(String... locations) throws Exception {
try {