Skip to content

Commit

Permalink
removed test case spdx_name
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Utz <uta5fe@bosch.com>
  • Loading branch information
ant-u committed Apr 4, 2024
1 parent 93baf02 commit 088de69
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 116 deletions.
55 changes: 0 additions & 55 deletions test/_test_data/copyright_file_contents/test_pkg_spdx_name

This file was deleted.

46 changes: 0 additions & 46 deletions test/_test_data/test_pkg_spdx_name/LICENSE

This file was deleted.

7 changes: 0 additions & 7 deletions test/_test_data/test_pkg_spdx_name/package.xml

This file was deleted.

1 change: 0 additions & 1 deletion test/systemtest/test_all_packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ def test_all(self):
self.assertIn(b"test_pkg_no_license", stdout)
self.assertIn(b"test_pkg_no_license_file", stdout)
self.assertIn(b"test_pkg_one_correct_one_license_file_missing", stdout)
self.assertIn(b"test_pkg_spdx_name", stdout)
self.assertIn(b"test_pkg_spdx_tag", stdout)
self.assertIn(b"test_pkg_too_many_license_files", stdout)
self.assertIn(b"test_pkg_tag_not_spdx", stdout)
Expand Down
1 change: 0 additions & 1 deletion test/systemtest/test_copyright.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
TEST_PACKAGES_COPYRIGHT_FILE = [
"test_pkg_has_code_disjoint",
"test_pkg_has_code_of_different_license_and_tag",
"test_pkg_spdx_name",
"test_pkg_spdx_tag",
"test_pkg_with_license_and_file",
"test_pkg_unknown_license"
Expand Down
6 changes: 0 additions & 6 deletions test/systemtest/test_separate_pkgs.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,12 +137,6 @@ def test_pkg_one_correct_one_license_file_missing(self):
self.assertEqual(os.EX_DATAERR, main(
["test/_test_data/test_pkg_one_correct_one_license_file_missing"]))

def test_pkg_spdx_name(self):
"""Test on a package with a license declared in the package.xml
with the SPDX name."""
self.assertEqual(os.EX_OK, main(
["test/_test_data/test_pkg_spdx_name"]))

def test_pkg_spdx_tag(self):
"""Test on a package with a license declared in the package.xml
with the SPDX tag."""
Expand Down

0 comments on commit 088de69

Please sign in to comment.