Skip to content

Commit

Permalink
gii
Browse files Browse the repository at this point in the history
  • Loading branch information
witek committed Apr 13, 2015
1 parent 2fef84a commit d639669
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ public void searchUrhg2() {

@Test
public void testRfbv() {
BookRef ref = getBookIndex().getBookByCode("rfbv");
BookRef ref = getBookIndex().getBookByCode("RfBVerordnungRfBV");
Book book = getGii().loadBook(ref);
assertEquals(book.getRef().getCode(), "rfbv");
assertEquals(book.getRef().getCode(), "RfBVerordnungRfBV");
assertEquals(book.getRef().getTitle(),
"Verordnung über den kollektiven Teil der Rückstellung für Beitragsrückerstattung");
}
Expand Down

0 comments on commit d639669

Please sign in to comment.