Skip to content

Commit

Permalink
erster Test für Issue #33 hinzugefügt
Browse files Browse the repository at this point in the history
  • Loading branch information
oboehm committed Aug 14, 2018
1 parent 8a985ef commit d07f8ff
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions lib/src/test/java/gdv/xport/util/SatzFactoryTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -396,4 +396,14 @@ public void testGetSatzManipulated() {
assertNotSame(oneIban, twoIban);
}

/**
* Als ersten Test fuer Issue #33 probieren wir, ob wir Satz 350 erzeugen
* koennen.
*/
@Test
public void testIssue33() {
Datensatz satz350 = SatzFactory.getDatensatz(350, 30);
checkDatensatz(satz350);
}

}
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@
<dependency>
<groupId>de.jfachwert</groupId>
<artifactId>jfachwert</artifactId>
<version>0.7.0</version>
<version>0.7.1</version>
</dependency>

<!-- for JsonFormatter -->
Expand Down

0 comments on commit d07f8ff

Please sign in to comment.