Merge branch '1.2.x'
This commit is contained in:
@@ -94,6 +94,13 @@ public class WarPackagingTests {
|
||||
checkWebInfLibProvidedEntries(war, expectedLibProvidedEntries);
|
||||
|
||||
checkWebInfLibEntries(war, expectedLibProvidedEntries);
|
||||
|
||||
try {
|
||||
war.close();
|
||||
}
|
||||
catch (IOException ex) {
|
||||
// Ignore
|
||||
}
|
||||
}
|
||||
|
||||
private void checkWebInfLibProvidedEntries(JarFile war, Set<String> expectedEntries)
|
||||
|
||||
Reference in New Issue
Block a user