We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02b2768 commit cbf2dd7Copy full SHA for cbf2dd7
1 file changed
Kitodo/src/test/java/org/kitodo/production/services/command/KitodoScriptServiceIT.java
@@ -554,7 +554,7 @@ public void shouldAddDataWithMultipleScripts() throws Exception {
554
assertEquals(6, process.getSortHelperMetadata());
555
assertEquals(2, process.getSortHelperDocstructs());
556
557
- String script = "action:addData " + "key:" + metadataKey + " value:legal note;" + "key:" + metadataKey + " value:secondNote";
+ String script = "action:addData key:" + metadataKey + " \"value:legal note\"; key:" + metadataKey + " \"value:secondNote\"";
558
List<Process> processes = new ArrayList<>();
559
processes.add(process);
560
KitodoScriptService kitodoScript = ServiceManager.getKitodoScriptService();
0 commit comments