@@ -11,11 +11,11 @@ Feature: Updated project has dependencies
1111 version: 0.0
1212 projects:
1313 - name: SomeProjectWithChild
14- dst: ThirdParty /SomeProjectWithChild
14+ dst: third-party /SomeProjectWithChild
1515 url: some-remote-server/SomeProjectWithChild.git
1616 tag: v1
1717 - name: SomeProjectWithoutChild
18- dst: ThirdParty /SomeProjectWithoutChild
18+ dst: third-party /SomeProjectWithoutChild
1919 url: some-remote-server/SomeProjectWithoutChild.git
2020 tag: v1
2121 """
@@ -37,7 +37,7 @@ Feature: Updated project has dependencies
3737 SomeProjectWithChild: Fetched v1
3838
3939 "SomeProjectWithChild" depends on the following project(s) which are not part of your manifest:
40- (found in ThirdParty /SomeProjectWithChild/dfetch.yaml)
40+ (found in third-party /SomeProjectWithChild/dfetch.yaml)
4141
4242 - name: SomeOtherProject
4343 url: some-remote-server/SomeOtherProject.git
@@ -48,15 +48,15 @@ Feature: Updated project has dependencies
4848 And 'MyProject' looks like:
4949 """
5050 MyProject/
51- ThirdParty/
51+ dfetch.yaml
52+ third-party/
5253 SomeProjectWithChild/
5354 .dfetch_data.yaml
5455 README.md
5556 dfetch.yaml
5657 SomeProjectWithoutChild/
5758 .dfetch_data.yaml
5859 README.md
59- dfetch.yaml
6060 """
6161
6262 Scenario : A child-project has an invalid manifest
@@ -66,7 +66,7 @@ Feature: Updated project has dependencies
6666 version: 0.0
6767 projects:
6868 - name: SomeProject
69- dst: ThirdParty /SomeProject
69+ dst: third-party /SomeProject
7070 url: some-remote-server/SomeProject.git
7171 tag: v1
7272 """
@@ -85,10 +85,10 @@ Feature: Updated project has dependencies
8585 And 'MyProject' looks like:
8686 """
8787 MyProject/
88- ThirdParty/
88+ dfetch.yaml
89+ third-party/
8990 SomeProject/
9091 .dfetch_data.yaml
9192 README.md
9293 dfetch.yaml
93- dfetch.yaml
9494 """
0 commit comments