diff --git a/stroom-app/src/test/java/stroom/pipeline/refdata/TestReferenceData.java b/stroom-app/src/test/java/stroom/pipeline/refdata/TestReferenceData.java index f796d5284f8..789ee1123cb 100644 --- a/stroom-app/src/test/java/stroom/pipeline/refdata/TestReferenceData.java +++ b/stroom-app/src/test/java/stroom/pipeline/refdata/TestReferenceData.java @@ -241,6 +241,7 @@ protected EffectiveMetaSet create(final EffectiveStreamKey key) { pipelineStore, new MockSecurityContext(), taskContextFactory, + null, null); Map mockLoaderActionsMap = new HashMap<>(); @@ -344,6 +345,7 @@ protected EffectiveMetaSet create(final EffectiveStreamKey key) { pipelineStore, new MockSecurityContext(), taskContextFactory, + null, null); Map mockLoaderActionsMap = new HashMap<>(); @@ -492,9 +494,9 @@ private void addRangeValueDataToMockReferenceDataLoader( private StringValue buildValue(MapDefinition mapDefinition, String value) { return StringValue.of( mapDefinition.getRefStreamDefinition().getPipelineDocRef().getUuid() + "|" + - mapDefinition.getRefStreamDefinition().getStreamId() + "|" + - mapDefinition.getMapName() + "|" + - value + mapDefinition.getRefStreamDefinition().getStreamId() + "|" + + mapDefinition.getMapName() + "|" + + value ); } @@ -591,6 +593,7 @@ protected EffectiveMetaSet create(final EffectiveStreamKey key) { pipelineStore, new MockSecurityContext(), taskContextFactory, + null, null); Map mockLoaderActionsMap = new HashMap<>(); @@ -674,6 +677,7 @@ protected EffectiveMetaSet create(final EffectiveStreamKey key) { pipelineStore, new MockSecurityContext(), taskContextFactory, + null, null); Map mockLoaderActionsMap = new HashMap<>();