summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qtattributionsscanner/testdata/good/expected.json2
-rw-r--r--tests/auto/qtattributionsscanner/testdata/warnings/incomplete/expected.json1
-rw-r--r--tests/auto/qtattributionsscanner/testdata/warnings/unknown/expected.json1
3 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/qtattributionsscanner/testdata/good/expected.json b/tests/auto/qtattributionsscanner/testdata/good/expected.json
index ed6d94344..2a076d650 100644
--- a/tests/auto/qtattributionsscanner/testdata/good/expected.json
+++ b/tests/auto/qtattributionsscanner/testdata/good/expected.json
@@ -9,6 +9,7 @@
"LicenseId": "xxx",
"Name": "Complete",
"Path": "%{PWD}/complete",
+ "Files": "",
"QDocModule": "qtest",
"QtUsage": "Multi\nLine\nUsage",
"Version": "1.0",
@@ -24,6 +25,7 @@
"LicenseId": "",
"Name": "Minimal",
"Path": "%{PWD}/minimal",
+ "Files": "",
"QDocModule": "qtest",
"QtUsage": "Usage",
"Version": "",
diff --git a/tests/auto/qtattributionsscanner/testdata/warnings/incomplete/expected.json b/tests/auto/qtattributionsscanner/testdata/warnings/incomplete/expected.json
index 0ee9ba07f..5ddb2d32d 100644
--- a/tests/auto/qtattributionsscanner/testdata/warnings/incomplete/expected.json
+++ b/tests/auto/qtattributionsscanner/testdata/warnings/incomplete/expected.json
@@ -9,6 +9,7 @@
"LicenseId": "",
"Name": "",
"Path": "%{PWD}",
+ "Files": "",
"QDocModule": "",
"QtUsage": "",
"Version": "",
diff --git a/tests/auto/qtattributionsscanner/testdata/warnings/unknown/expected.json b/tests/auto/qtattributionsscanner/testdata/warnings/unknown/expected.json
index 7ce485b82..da2febe18 100644
--- a/tests/auto/qtattributionsscanner/testdata/warnings/unknown/expected.json
+++ b/tests/auto/qtattributionsscanner/testdata/warnings/unknown/expected.json
@@ -9,6 +9,7 @@
"LicenseId": "",
"Name": "Unknown",
"Path": "%{PWD}",
+ "Files": "",
"QDocModule": "qtest",
"QtUsage": "Usage",
"Version": "",