Skip to content

Commit

Permalink
Correct number of local (sub)fields reported in build log
Browse files Browse the repository at this point in the history
  • Loading branch information
Phu2 committed Aug 20, 2024
1 parent c79937a commit 06d732b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ public void testStatistics() {
assertEquals( 229, statistics.get(DataElementType.coreFields));
assertEquals( 184, statistics.get(DataElementType.coreIndicators));
assertEquals(2667, statistics.get(DataElementType.coreSubfields));
assertEquals( 228, statistics.get(DataElementType.localFields));
assertEquals( 262, statistics.get(DataElementType.localFields));
assertEquals( 30, statistics.get(DataElementType.localIndicators));
assertEquals(1804, statistics.get(DataElementType.localSubfields));
assertEquals(5360, statistics.total());
assertEquals(2005, statistics.get(DataElementType.localSubfields));
assertEquals(5595, statistics.total());
}
}

0 comments on commit 06d732b

Please sign in to comment.