Commit a48ed907 authored by Phillip Webb's avatar Phillip Webb

Merge branch '1.2.x'

parents 3458b946 2b13736a
...@@ -94,6 +94,13 @@ public class WarPackagingTests { ...@@ -94,6 +94,13 @@ public class WarPackagingTests {
checkWebInfLibProvidedEntries(war, expectedLibProvidedEntries); checkWebInfLibProvidedEntries(war, expectedLibProvidedEntries);
checkWebInfLibEntries(war, expectedLibProvidedEntries); checkWebInfLibEntries(war, expectedLibProvidedEntries);
try {
war.close();
}
catch (IOException ex) {
// Ignore
}
} }
private void checkWebInfLibProvidedEntries(JarFile war, Set<String> expectedEntries) private void checkWebInfLibProvidedEntries(JarFile war, Set<String> expectedEntries)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment