Skip to content

Commit

Permalink
Move dewey.tsv to maps directory
Browse files Browse the repository at this point in the history
  • Loading branch information
dr0i committed Sep 25, 2023
1 parent f2d206c commit 5d74492
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public void setup() {
fixVariables.put("catalogid", "DE-605");
fixVariables.put("createEndTime", "0"); // 0 <=> false
fixVariables.put("institution-code", "DE-605");
fixVariables.put("deweyLabels", "src/test/resources/deweyLabels.tsv");
fixVariables.put("deweyLabels", "src/test/resources/alma/maps/deweyLabels.tsv");
fixVariables.put("dnbSachgruppen", "src/main/resources/alma/maps/dnbSachgruppen.tsv");
fixVariables.put("classification.tsv", "src/main/resources/alma/maps/classification.tsv");
fixVariables.put("formangabe.tsv", "src/main/resources/alma/maps/formangabe.tsv");
Expand Down
File renamed without changes.

0 comments on commit 5d74492

Please sign in to comment.