Skip to content

Commit

Permalink
Valdierung f. Test abgeschaltet
Browse files Browse the repository at this point in the history
  • Loading branch information
Oli B committed Dec 7, 2024
1 parent 12bf328 commit 62f88b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/test/java/gdv/xport/DatenpaketTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -831,7 +831,7 @@ public void testExportImportSchaden500V1_5() throws IOException {
datenpaket.add(schaden);
datenpaket.add(schaden2);
datenpaket.export(testfile);
Datenpaket imported = new Datenpaket();
Datenpaket imported = new Datenpaket(Config.DEFAULT.withProperty("gdv.feld.validate", "off"));
imported.importFrom(testfile);
assertEquals(2, imported.getDatensaetze().size());

Expand Down

0 comments on commit 62f88b8

Please sign in to comment.