Rename file due to case conflict on windows 39/27739/3
authorSkip Wonnell <skip@att.com>
Tue, 9 Jan 2018 18:29:48 +0000 (12:29 -0600)
committerPatrick Brady <pb071s@att.com>
Tue, 9 Jan 2018 19:41:09 +0000 (19:41 +0000)
commit57c37a4a6f390ed059897d5b382a59d1e1443852
tree1ac94b9f28003338029a65660a99d1a9e44560d8
parentdb1cca1d26714021a069b2aedeaf83d7325d7493
Rename file due to case conflict on windows

Both Start.json and start.json exist in appc-sequence-generator-bundle/src/test/resources/output.
This causes issues when working in a windows environment as both files cannot exist.
Renamed Start.json to Start2.json and updated the test accordingly.

Change-Id: I0b3fdf673dc71e2886c9e3f66e261c9aa7bc2e93
Issue-ID: APPC-380
Signed-off-by: Skip Wonnell <skip@att.com>
appc-sequence-generator/appc-sequence-generator-bundle/src/test/java/org/onap/appc/seqgen/TestSequenceGeneratorPlugin.java
appc-sequence-generator/appc-sequence-generator-bundle/src/test/resources/output/Start2.json [moved from appc-sequence-generator/appc-sequence-generator-bundle/src/test/resources/output/Start.json with 100% similarity]