Skip to content

Commit

Permalink
Some catalogue specific elements do not work properly #14
Browse files Browse the repository at this point in the history
  • Loading branch information
pkiraly committed Oct 18, 2024
1 parent 9ef0d5d commit 672a0c6
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
import java.util.List;
import java.util.regex.Pattern;
import java.util.stream.Collectors;
import java.util.stream.Stream;

import static junit.framework.TestCase.assertTrue;
import static org.junit.Assert.assertEquals;
Expand Down Expand Up @@ -436,10 +435,6 @@ public void validate_whenHbz() throws Exception {
"--details",
"--trimId",
"--summary",
// "--format", "csv",
// "--defaultRecordType", "BOOKS",
// "--detailsFileName", "issue-details.csv",
// "--summaryFileName", "issue-summary.csv",
TestUtils.getPath("marcxml/990082522550206441_missing_validation_custom_subfield_9_core_710.xml"),
TestUtils.getPath("marcxml/990171082050206441_missing_validation_custom_ind2_9_core_246.xml"),
TestUtils.getPath("marcxml/991000922029706482_missing_subfield_validation_t_in_customfield_GKT.xml"),
Expand Down

0 comments on commit 672a0c6

Please sign in to comment.