mirror of
https://github.com/itplr-kosit/validator.git
synced 2026-05-25 16:55:39 +00:00
#40 Fix NPE in Result.getReportDocument for malformed xml input
Information about parsing errors in fallback-report
This commit is contained in:
parent
0ca79fc89d
commit
7f57d8744b
5 changed files with 59 additions and 15 deletions
|
|
@ -124,6 +124,7 @@ public class DefaultCheckTest {
|
|||
assertThat(result.getAcceptRecommendation()).isEqualTo(AcceptRecommendation.REJECT);
|
||||
assertThat(result.getReport()).isNotNull();
|
||||
assertThat(result.getReportDocument()).isNotNull();
|
||||
System.out.println(Helper.serialize(result.getReportDocument()));
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue