From df9129ee5ce3fe0ce060e828ca75f9219b3923d7 Mon Sep 17 00:00:00 2001 From: Tetiana Chupryna Date: Wed, 19 Aug 2020 18:14:50 +0300 Subject: Fix test issues --- spec/fixtures/expected/java/gradle/v2.0.json | 3 ++- spec/fixtures/expected/java/gradle/v2.1.json | 10 +++++----- 2 files changed, 7 insertions(+), 6 deletions(-) (limited to 'spec/fixtures/expected/java') diff --git a/spec/fixtures/expected/java/gradle/v2.0.json b/spec/fixtures/expected/java/gradle/v2.0.json index b210fb0..8592aaa 100644 --- a/spec/fixtures/expected/java/gradle/v2.0.json +++ b/spec/fixtures/expected/java/gradle/v2.0.json @@ -22,7 +22,8 @@ { "id": "bsd", "name": "BSD", - "url": "http://en.wikipedia.org/wiki/BSD_licenses" + "url": "http://en.wikipedia.org/wiki/BSD_licenses", + "count": 1 }, { "id": "LGPL-2.1", diff --git a/spec/fixtures/expected/java/gradle/v2.1.json b/spec/fixtures/expected/java/gradle/v2.1.json index c4e4fa2..4b3dff5 100644 --- a/spec/fixtures/expected/java/gradle/v2.1.json +++ b/spec/fixtures/expected/java/gradle/v2.1.json @@ -6,11 +6,6 @@ "name": "Apache License 2.0", "url": "https://opensource.org/licenses/Apache-2.0" }, - { - "id": "bsd", - "name": "BSD", - "url": "http://en.wikipedia.org/wiki/BSD_licenses" - }, { "id": "LGPL-2.1", "name": "GNU Lesser General Public License v2.1 only", @@ -26,6 +21,11 @@ "name": "Mozilla Public License 2.0", "url": "https://opensource.org/licenses/MPL-2.0" }, + { + "id": "bsd", + "name": "BSD", + "url": "http://en.wikipedia.org/wiki/BSD_licenses" + }, { "id": "cddl + gplv2 with classpath exception", "name": "CDDL + GPLv2 with classpath exception", -- cgit v1.2.3