String normalized = "WEB-INF/lib/commons-logging.jar";
String resource = "WEB-INF/lib/commons-logging.jar";
Assert.assertEquals(normalized, mapper.externalize(resource));
Assert.assertEquals(resource, mapper.internalize(normalized));
}
public void testMetaInfManifestIsUnchanged() throws Exception {
ResourceMapper mapper = new WABResourceMapper();