Skip to content

Commit d9678f3

Browse files
committed
Builder: Start adapting unit tests to project graph API
1 parent 1e208ab commit d9678f3

File tree

10 files changed

+153
-175
lines changed

10 files changed

+153
-175
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"_version": "1.1.0",
3+
"sap.app": {
4+
"_version": "1.1.0",
5+
"id": "id1",
6+
"type": "application",
7+
"applicationVersion": {
8+
"version": "1.2.2"
9+
},
10+
"embeds": ["embedded"],
11+
"title": "{{title}}"
12+
}
13+
}

test/expected/build/application.a/dest-deps/resources/library/a/.library

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<name>library.a</name>
55
<vendor>SAP SE</vendor>
6-
<copyright>Some fancy copyright ${currentYear}</copyright>
6+
<copyright>Some fancy copyright</copyright>
77
<version>1.0.0</version>
88

99
<documentation>Library A</documentation>

test/expected/build/application.a/dest-deps/resources/library/b/.library

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<name>library.b</name>
55
<vendor>SAP SE</vendor>
6-
<copyright>Some fancy copyright ${currentYear}</copyright>
6+
<copyright>Some fancy copyright</copyright>
77
<version>1.0.0</version>
88

99
<documentation>Library B</documentation>

test/expected/build/application.a/dest-deps/resources/ui5loader-dbg.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

test/expected/build/application.a/dest-deps/resources/ui5loader.js

Whitespace-only changes.

test/expected/build/application.a/dest-deps/test-resources/LibraryC/Test.html

Whitespace-only changes.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"_version": "1.1.0",
3+
"sap.app": {
4+
"_version": "1.1.0",
5+
"id": "id1",
6+
"type": "application",
7+
"applicationVersion": {
8+
"version": "1.2.2"
9+
},
10+
"embeds": ["embedded"],
11+
"title": "{{title}}"
12+
}
13+
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
specVersion: "0.1"
2+
specVersion: "2.6"
33
type: application
44
metadata:
55
name: application.a
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"_version": "1.1.0",
3+
"sap.app": {
4+
"_version": "1.1.0",
5+
"id": "id1",
6+
"type": "application",
7+
"applicationVersion": {
8+
"version": "1.2.2"
9+
},
10+
"embeds": ["embedded"],
11+
"title": "{{title}}"
12+
}
13+
}

0 commit comments

Comments
 (0)