summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qtattributionsscanner/testdata/good/complete/qt_attribution_test.json3
-rw-r--r--tests/auto/qtattributionsscanner/testdata/good/expected.json2
-rw-r--r--tests/auto/qtattributionsscanner/testdata/good/minimal/expected.json1
-rw-r--r--tests/auto/qtattributionsscanner/testdata/warnings/incomplete/expected.json1
-rw-r--r--tests/auto/qtattributionsscanner/testdata/warnings/unknown/expected.json1
5 files changed, 7 insertions, 1 deletions
diff --git a/tests/auto/qtattributionsscanner/testdata/good/complete/qt_attribution_test.json b/tests/auto/qtattributionsscanner/testdata/good/complete/qt_attribution_test.json
index f8e7b1c68..8035cefab 100644
--- a/tests/auto/qtattributionsscanner/testdata/good/complete/qt_attribution_test.json
+++ b/tests/auto/qtattributionsscanner/testdata/good/complete/qt_attribution_test.json
@@ -17,5 +17,6 @@ Usage",
"Version": "1.0",
"DownloadLocation": "www.qt.io/1.0",
"LicenseId": "xxx",
- "LicenseFile": "LICENSE"
+ "LicenseFile": "LICENSE",
+ "PackageComment": "just a test package"
}
diff --git a/tests/auto/qtattributionsscanner/testdata/good/expected.json b/tests/auto/qtattributionsscanner/testdata/good/expected.json
index 2914dcc4b..89a727cd0 100644
--- a/tests/auto/qtattributionsscanner/testdata/good/expected.json
+++ b/tests/auto/qtattributionsscanner/testdata/good/expected.json
@@ -8,6 +8,7 @@
"LicenseFile": "%{PWD}/complete/LICENSE",
"LicenseId": "xxx",
"Name": "Complete",
+ "PackageComment":"just a test package",
"Path": "%{PWD}/complete",
"Files": "",
"QDocModule": "qtest",
@@ -25,6 +26,7 @@
"LicenseFile": "",
"LicenseId": "",
"Name": "Minimal",
+ "PackageComment":"",
"Path": "%{PWD}/minimal",
"Files": "",
"QDocModule": "qtest",
diff --git a/tests/auto/qtattributionsscanner/testdata/good/minimal/expected.json b/tests/auto/qtattributionsscanner/testdata/good/minimal/expected.json
index 6a75269c0..8d9a5a31f 100644
--- a/tests/auto/qtattributionsscanner/testdata/good/minimal/expected.json
+++ b/tests/auto/qtattributionsscanner/testdata/good/minimal/expected.json
@@ -8,6 +8,7 @@
"LicenseFile": "",
"LicenseId": "",
"Name": "Minimal",
+ "PackageComment": "",
"Path": "%{PWD}",
"Files": "",
"QDocModule": "qtest",
diff --git a/tests/auto/qtattributionsscanner/testdata/warnings/incomplete/expected.json b/tests/auto/qtattributionsscanner/testdata/warnings/incomplete/expected.json
index a28547bfe..fa56f2976 100644
--- a/tests/auto/qtattributionsscanner/testdata/warnings/incomplete/expected.json
+++ b/tests/auto/qtattributionsscanner/testdata/warnings/incomplete/expected.json
@@ -8,6 +8,7 @@
"LicenseFile": "",
"LicenseId": "",
"Name": "",
+ "PackageComment": "",
"Path": "%{PWD}",
"Files": "",
"QDocModule": "",
diff --git a/tests/auto/qtattributionsscanner/testdata/warnings/unknown/expected.json b/tests/auto/qtattributionsscanner/testdata/warnings/unknown/expected.json
index 151af4093..18c1055f2 100644
--- a/tests/auto/qtattributionsscanner/testdata/warnings/unknown/expected.json
+++ b/tests/auto/qtattributionsscanner/testdata/warnings/unknown/expected.json
@@ -8,6 +8,7 @@
"LicenseFile": "",
"LicenseId": "",
"Name": "Unknown",
+ "PackageComment": "",
"Path": "%{PWD}",
"Files": "",
"QDocModule": "qtest",