Skip to content

Commit

Permalink
Implementing MARC Update No. 31, December 2020 #103
Browse files Browse the repository at this point in the history
  • Loading branch information
pkiraly committed Oct 23, 2023
1 parent 8e033e0 commit 93e4a0c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ public void testStatistics() {
assertEquals( 212, statistics.get(DataElementType.controlFieldPositions));
assertEquals( 223, statistics.get(DataElementType.coreFields));
assertEquals( 178, statistics.get(DataElementType.coreIndicators));
assertEquals(2467, statistics.get(DataElementType.coreSubfields));
assertEquals(2470, statistics.get(DataElementType.coreSubfields));
assertEquals( 214, statistics.get(DataElementType.localFields));
assertEquals( 28, statistics.get(DataElementType.localIndicators));
assertEquals(1725, statistics.get(DataElementType.localSubfields));
assertEquals(5053, statistics.total());
assertEquals(5056, statistics.total());
}
}

0 comments on commit 93e4a0c

Please sign in to comment.