#50 (fix) Validator creates invalid createReportInput xml in case of no scenrio match

This commit is contained in:
Andreas Penski (init) 2020-04-15 14:01:27 +02:00
parent 610348d3bd
commit a1a7328b8f
5 changed files with 31 additions and 3 deletions

View file

@ -5,6 +5,10 @@ All notable changes to the Schematron Rules and this project will be documented
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## UNRELEASED
### Fixed
- Validator was creating invalid createReportInput xml in case of no scenrio match
## 1.2.0
### Added
- Provide access to schematron result through [Result.java](https://github.com/itplr-kosit/validator/blob/master/src/main/java/de/kosit/validationtool/api/Result.java)