Skip to content
This repository has been archived by the owner on Jan 19, 2023. It is now read-only.

Commit

Permalink
Cleanup up test invoices.
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-schlichtherle committed Nov 5, 2020
1 parent a36d849 commit 52a924d
Show file tree
Hide file tree
Showing 16 changed files with 13 additions and 834 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/build
/lib
/out
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Auch in diesem Beispiel werden alle XML-Dokumente akzeptiert, inklusive der Antw
#### Schritt 1 - Validierung gegen XRechnung 1.2

```bash
$ java -jar lib/validationtool-1.4.0-standalone.jar -h -s lib/xrechnung_1.2.2/scenarios.xml -o build/test src/test/resources/dre0/cii/xrechnung-1.2-*.xml
$ java -jar lib/validationtool-1.4.0-standalone.jar -h -s lib/xrechnung_1.2.2/scenarios.xml -o build/test src/test/resources/dre0/xrechnung-1.2-*.xml
KoSIT Validator version 1.4.0
Loading scenarios from file:///Users/christian/projects/bitmarck-service/validator-configuration-diga/lib/xrechnung_1.2.2/scenarios.xml
Using repository null
Expand All @@ -144,10 +144,10 @@ Results:
----------------------------------------------------------------------------------------------------------------
|filename |Schema |Schematron|Acceptance|Error/Description |
|/Users/christian/projects/bitmarck-service/validator-conf...| Y | Y |ACCEPTABLE| |
|ration-diga/src/test/resources/dre0/cii/xrechnung-1.2-falsch| | | | |
|ration-diga/src/test/resources/dre0/xrechnung-1.2-falsch | | | | |
|.xml | | | | |
|/Users/christian/projects/bitmarck-service/validator-conf...| Y | Y |ACCEPTABLE| |
|ration-diga/src/test/resources/dre0/cii/xrechnung-1.2-richti| | | | |
|ration-diga/src/test/resources/dre0/xrechnung-1.2-richti | | | | |
|g.xml | | | | |
----------------------------------------------------------------------------------------------------------------
Acceptable: 2 Rejected: 0
Expand All @@ -166,7 +166,7 @@ In diesem Beispiel werden beide Dokumente akzeptiert - es handelt sich zunächst
#### Schritt 2 - Validierung gegen DiGA-Rechnung

```bash
$ java -jar lib/validationtool-1.4.0-standalone.jar -h -s build/config/scenarios.xml -o build/test src/test/resources/dre0/cii/xrechnung-1.2-*.xml
$ java -jar lib/validationtool-1.4.0-standalone.jar -h -s build/config/scenarios.xml -o build/test src/test/resources/dre0/xrechnung-1.2-*.xml
KoSIT Validator version 1.4.0
Loading scenarios from file:///Users/christian/projects/bitmarck-service/validator-configuration-diga/build/config/scenarios.xml
Using repository null
Expand All @@ -185,10 +185,10 @@ Results:
--------------------------------------------------------------------------------------------------------------------------------------------------------
|filename |Schema |Schematron|Acceptance|Error/Description |
|/Users/christian/projects/bitmarck-service/validator-conf...| Y | N | REJECT |Eine DiGA-Position muß eine DiGA-VE-ID mit exakt acht Stelle|
|ration-diga/src/test/resources/dre0/cii/xrechnung-1.2-falsch| | | |n enthalten.;Eine DiGA-Position muß einen Freischaltcode mit|
|ration-diga/src/test/resources/dre0/xrechnung-1.2-falsch | | | |n enthalten.;Eine DiGA-Position muß einen Freischaltcode mit|
|.xml | | | | exakt 16 Stellen enthalten.;Eine DiGA-Rechnung muß den T...|
|/Users/christian/projects/bitmarck-service/validator-conf...| Y | Y |ACCEPTABLE| |
|ration-diga/src/test/resources/dre0/cii/xrechnung-1.2-richti| | | | |
|ration-diga/src/test/resources/dre0/xrechnung-1.2-richti | | | | |
|g.xml | | | | |
--------------------------------------------------------------------------------------------------------------------------------------------------------
Acceptable: 1 Rejected: 1
Expand Down Expand Up @@ -246,7 +246,7 @@ XML-Prüfbericht.
#### Schritt 1 - Validierung gegen XRechnung 2.0

```bash
$ java -jar lib/validationtool-1.4.0-standalone.jar -h -s lib/xrechnung_2.0.0/scenarios.xml -o build/test src/test/resources/dre0/cii/xrechnung-2.0-*.xml
$ java -jar lib/validationtool-1.4.0-standalone.jar -h -s lib/xrechnung_2.0.0/scenarios.xml -o build/test src/test/resources/dre0/xrechnung-2.0-*.xml
KoSIT Validator version 1.4.0
Loading scenarios from file:///Users/christian/projects/bitmarck-service/validator-configuration-diga/lib/xrechnung_2.0.0/scenarios.xml
Using repository null
Expand All @@ -266,10 +266,10 @@ Results:
----------------------------------------------------------------------------------------------------------------
|filename |Schema |Schematron|Acceptance|Error/Description |
|/Users/christian/projects/bitmarck-service/validator-conf...| Y | Y |ACCEPTABLE| |
|ration-diga/src/test/resources/dre0/cii/xrechnung-2.0-falsch| | | | |
|ration-diga/src/test/resources/dre0/xrechnung-2.0-falsch | | | | |
|.xml | | | | |
|/Users/christian/projects/bitmarck-service/validator-conf...| Y | Y |ACCEPTABLE| |
|ration-diga/src/test/resources/dre0/cii/xrechnung-2.0-richti| | | | |
|ration-diga/src/test/resources/dre0/xrechnung-2.0-richti | | | | |
|g.xml | | | | |
----------------------------------------------------------------------------------------------------------------
Acceptable: 2 Rejected: 0
Expand All @@ -288,7 +288,7 @@ Version 2.0.
#### Schritt 2 - Validierung gegen DiGA-Rechnung

```bash
$ java -jar lib/validationtool-1.4.0-standalone.jar -h -s build/config/scenarios.xml -o build/test src/test/resources/dre0/cii/xrechnung-2.0-*.xml
$ java -jar lib/validationtool-1.4.0-standalone.jar -h -s build/config/scenarios.xml -o build/test src/test/resources/dre0/xrechnung-2.0-*.xml
KoSIT Validator version 1.4.0
Loading scenarios from file:///Users/christian/projects/bitmarck-service/validator-configuration-diga/build/config/scenarios.xml
Using repository null
Expand All @@ -307,10 +307,10 @@ Results:
--------------------------------------------------------------------------------------------------------------------------------------------------------
|filename |Schema |Schematron|Acceptance|Error/Description |
|/Users/christian/projects/bitmarck-service/validator-conf...| Y | N | REJECT |Eine DiGA-Position muß eine DiGA-VE-ID mit exakt acht Stelle|
|ration-diga/src/test/resources/dre0/cii/xrechnung-2.0-falsch| | | |n enthalten.;Eine DiGA-Position muß einen Freischaltcode mit|
|ration-diga/src/test/resources/dre0/xrechnung-2.0-falsch | | | |n enthalten.;Eine DiGA-Position muß einen Freischaltcode mit|
|.xml | | | | exakt 16 Stellen enthalten.;Eine DiGA-Rechnung muß den T...|
|/Users/christian/projects/bitmarck-service/validator-conf...| Y | Y |ACCEPTABLE| |
|ration-diga/src/test/resources/dre0/cii/xrechnung-2.0-richti| | | | |
|ration-diga/src/test/resources/dre0/xrechnung-2.0-richti | | | | |
|g.xml | | | | |
--------------------------------------------------------------------------------------------------------------------------------------------------------
Acceptable: 1 Rejected: 1
Expand Down

This file was deleted.

Loading

0 comments on commit 52a924d

Please sign in to comment.