Skip to content

Commit cbf2dd7

Browse files
committed
Fix tests
1 parent 02b2768 commit cbf2dd7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Kitodo/src/test/java/org/kitodo/production/services/command/KitodoScriptServiceIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ public void shouldAddDataWithMultipleScripts() throws Exception {
554554
assertEquals(6, process.getSortHelperMetadata());
555555
assertEquals(2, process.getSortHelperDocstructs());
556556

557-
String script = "action:addData " + "key:" + metadataKey + " value:legal note;" + "key:" + metadataKey + " value:secondNote";
557+
String script = "action:addData key:" + metadataKey + " \"value:legal note\"; key:" + metadataKey + " \"value:secondNote\"";
558558
List<Process> processes = new ArrayList<>();
559559
processes.add(process);
560560
KitodoScriptService kitodoScript = ServiceManager.getKitodoScriptService();

0 commit comments

Comments
 (0)