Skip to content

Commit 685d684

Browse files
Changing aggregation rules path for integration tests from test/resources to main/resources (#258)
* changing rules loc from test/resources to main/resources
1 parent bce961d commit 685d684

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/integrationtests/resources/features/ArtifactFlowIT.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Feature: Artifact flow Integrationtest
2323
on mail subscriptions
2424

2525
# Setup Eiffel Intelligence
26-
Given the rules "src/test/resources/ArtifactRules.json"
26+
Given the rules "src/main/resources/ArtifactRules.json"
2727
And the events "src/test/resources/ArtifactFlowTestEvents.json"
2828
And the resulting aggregated object "src/test/resources/AggregatedDocumentInternalCompositionLatestIT.json";
2929
And the upstream input "src/test/resources/upStreamInput.json"

src/integrationtests/resources/features/SourceChangeFlowIT.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Feature: Source change flow integrationtest
2323
REST-POST subscriptions using buildWithParameters and JMESPATH extracted correct
2424
data to add to parameter
2525

26-
Given the rules "src/test/resources/SourceChangeObjectRules.json"
26+
Given the rules "src/main/resources/SourceChangeObjectRules.json"
2727
And the events "src/test/resources/TestSourceChangeObjectEvents.json"
2828
And the upstream input "src/test/resources/UpstreamEventsForSourceChange.json"
2929
And the resulting aggregated object "src/test/resources/aggregatedSourceChangeObject.json";
@@ -55,7 +55,7 @@ Feature: Source change flow integrationtest
5555
REST-POST subscriptions using buildWithParameters and JMESPATH extracted correct
5656
data to add to parameter
5757

58-
Given the rules "src/test/resources/SourceChangeObjectRules.json"
58+
Given the rules "src/main/resources/SourceChangeObjectRules.json"
5959
And the events "src/test/resources/TestSourceChangeObjectEvents.json"
6060
And the upstream input "src/test/resources/UpstreamEventsForSourceChange.json"
6161
And the resulting aggregated object "src/test/resources/aggregatedSourceChangeObject.json";

src/integrationtests/resources/features/TestExecutionFlowIT.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Feature: Test execution flow integrationtest
2424
data to add to parameter
2525

2626
# Setup Eiffel Intelligence
27-
Given the rules "src/test/resources/TestExecutionObjectRules.json"
27+
Given the rules "src/main/resources/TestExecutionObjectRules.json"
2828
And the events "src/test/resources/TestExecutionTestEvents.json"
2929
And the resulting aggregated object "src/test/resources/aggregatedTestActivityObject.json";
3030
Then the expected aggregated object ID is "e46ef12d-25gb-4d7y-b9fd-8763re66de47"
@@ -55,7 +55,7 @@ Feature: Test execution flow integrationtest
5555
data to add as a json parameter in the body. This with multiple parameters.
5656

5757
# Setup Eiffel Intelligence
58-
Given the rules "src/test/resources/TestExecutionObjectRules.json"
58+
Given the rules "src/main/resources/TestExecutionObjectRules.json"
5959
And the events "src/test/resources/TestExecutionTestEvents.json"
6060
And the resulting aggregated object "src/test/resources/aggregatedTestActivityObject.json";
6161
Then the expected aggregated object ID is "e46ef12d-25gb-4d7y-b9fd-8763re66de47"

0 commit comments

Comments
 (0)