working on #878
This commit is contained in:
@@ -79,7 +79,7 @@ public class DeSerializationTest extends ResourceCase {
|
||||
try {
|
||||
zii.fromXML(new String(Files.readAllBytes(inputCII.toPath()), StandardCharsets.UTF_8));
|
||||
|
||||
} catch (IOException e) {
|
||||
} catch (IOException | ParseException e) {
|
||||
hasExceptions = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user