Skip to content

Commit 585a77e

Browse files
committed
Update test expectations
Signed-off-by: Jono Yang <[email protected]>
1 parent 38e288c commit 585a77e

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

tests/scancode/data/help/help.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,12 @@ Options:
8888
pre-scan:
8989
--ignore <pattern> Ignore files matching <pattern>.
9090
--include <pattern> Include files matching <pattern>.
91-
--classify Classify files with flags indicating whether the
92-
file is a legal, readme, test or similar file.
9391
--facet <facet>=<pattern> Add the <facet> to files with a path matching
9492
<pattern>.
9593

9694
post-scan:
95+
--classify Classify files with flags telling if the file is a
96+
legal, or readme or test file, etc.
9797
--consolidate Group resources by Packages or license and copyright
9898
holder and return those groupings as a list of
9999
consolidated packages and a list of consolidated

tests/summarycode/data/tallies/full_tallies/tallies.expected.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7601,7 +7601,7 @@
76017601
"pkg:npm/[email protected]?uuid=fixed-uid-done-for-testing-5642512d1758"
76027602
],
76037603
"detected_license_expression": "gpl-2.0-plus WITH ada-linking-exception",
7604-
"detected_license_expression_spdx": "GPL-2.0-or-later WITH LicenseRef-scancode-ada-linking-exception",
7604+
"detected_license_expression_spdx": "GPL-2.0-or-later WITH GNAT-exception",
76057605
"license_detections": [
76067606
{
76077607
"license_expression": "gpl-2.0-plus WITH ada-linking-exception",

tests/summarycode/data/tallies/full_tallies/tallies_by_facet.expected.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8276,7 +8276,7 @@
82768276
"pkg:npm/[email protected]?uuid=fixed-uid-done-for-testing-5642512d1758"
82778277
],
82788278
"detected_license_expression": "gpl-2.0-plus WITH ada-linking-exception",
8279-
"detected_license_expression_spdx": "GPL-2.0-or-later WITH LicenseRef-scancode-ada-linking-exception",
8279+
"detected_license_expression_spdx": "GPL-2.0-or-later WITH GNAT-exception",
82808280
"license_detections": [
82818281
{
82828282
"license_expression": "gpl-2.0-plus WITH ada-linking-exception",

tests/summarycode/data/tallies/full_tallies/tallies_details.expected.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8544,7 +8544,7 @@
85448544
"pkg:npm/[email protected]?uuid=fixed-uid-done-for-testing-5642512d1758"
85458545
],
85468546
"detected_license_expression": "gpl-2.0-plus WITH ada-linking-exception",
8547-
"detected_license_expression_spdx": "GPL-2.0-or-later WITH LicenseRef-scancode-ada-linking-exception",
8547+
"detected_license_expression_spdx": "GPL-2.0-or-later WITH GNAT-exception",
85488548
"license_detections": [
85498549
{
85508550
"license_expression": "gpl-2.0-plus WITH ada-linking-exception",

tests/summarycode/data/tallies/full_tallies/tallies_key_files-details.expected.json-lines

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1919,7 +1919,7 @@
19191919
"is_top_level": false,
19201920
"is_key_file": false,
19211921
"detected_license_expression": "gpl-2.0-plus WITH ada-linking-exception",
1922-
"detected_license_expression_spdx": "GPL-2.0-or-later WITH LicenseRef-scancode-ada-linking-exception",
1922+
"detected_license_expression_spdx": "GPL-2.0-or-later WITH GNAT-exception",
19231923
"license_detections": [
19241924
{
19251925
"license_expression": "gpl-2.0-plus WITH ada-linking-exception",

tests/summarycode/data/tallies/full_tallies/tallies_key_files.expected.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1296,7 +1296,7 @@
12961296
"is_top_level": false,
12971297
"is_key_file": false,
12981298
"detected_license_expression": "gpl-2.0-plus WITH ada-linking-exception",
1299-
"detected_license_expression_spdx": "GPL-2.0-or-later WITH LicenseRef-scancode-ada-linking-exception",
1299+
"detected_license_expression_spdx": "GPL-2.0-or-later WITH GNAT-exception",
13001300
"license_detections": [
13011301
{
13021302
"license_expression": "gpl-2.0-plus WITH ada-linking-exception",

0 commit comments

Comments
 (0)