Skip to content

Commit

Permalink
Add new test fxtures
Browse files Browse the repository at this point in the history
  • Loading branch information
zimeon committed Dec 5, 2024
1 parent 32693df commit 67dee33
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion fixtures
Submodule fixtures updated 26 files
+1 −0 1.0/warn-objects/W007_spec-ex-diff-paths/0=ocfl_object_1.0
+27 −0 1.0/warn-objects/W007_spec-ex-diff-paths/inventory.json
+1 −0 1.0/warn-objects/W007_spec-ex-diff-paths/inventory.json.sha512
+1 −0 1.0/warn-objects/W007_spec-ex-diff-paths/v1/content/3bacb119a98a15c5
+1 −0 1.0/warn-objects/W007_spec-ex-diff-paths/v1/content/9f2bab8ef869947d
+27 −0 1.0/warn-objects/W007_spec-ex-diff-paths/v1/inventory.json
+1 −0 1.0/warn-objects/W007_spec-ex-diff-paths/v1/inventory.json.sha512
+1 −0 1.0/warn-objects/W009_spec-ex-minimal/0=ocfl_object_1.0
+26 −0 1.0/warn-objects/W009_spec-ex-minimal/inventory.json
+1 −0 1.0/warn-objects/W009_spec-ex-minimal/inventory.json.sha512
+1 −0 1.0/warn-objects/W009_spec-ex-minimal/v1/content/file.txt
+26 −0 1.0/warn-objects/W009_spec-ex-minimal/v1/inventory.json
+1 −0 1.0/warn-objects/W009_spec-ex-minimal/v1/inventory.json.sha512
+1 −0 1.1/good-objects/spec-ex-minimal/0=ocfl_object_1.1
+26 −0 1.1/good-objects/spec-ex-minimal/inventory.json
+1 −0 1.1/good-objects/spec-ex-minimal/inventory.json.sha512
+1 −0 1.1/good-objects/spec-ex-minimal/v1/content/file.txt
+26 −0 1.1/good-objects/spec-ex-minimal/v1/inventory.json
+1 −0 1.1/good-objects/spec-ex-minimal/v1/inventory.json.sha512
+1 −0 1.1/warn-objects/W007_spec-ex-diff-paths/0=ocfl_object_1.1
+31 −0 1.1/warn-objects/W007_spec-ex-diff-paths/inventory.json
+1 −0 1.1/warn-objects/W007_spec-ex-diff-paths/inventory.json.sha512
+1 −0 1.1/warn-objects/W007_spec-ex-diff-paths/v1/content/3bacb119a98a15c5
+1 −0 1.1/warn-objects/W007_spec-ex-diff-paths/v1/content/9f2bab8ef869947d
+31 −0 1.1/warn-objects/W007_spec-ex-diff-paths/v1/inventory.json
+1 −0 1.1/warn-objects/W007_spec-ex-diff-paths/v1/inventory.json.sha512
3 changes: 3 additions & 0 deletions tests/test_validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,10 @@ def test03_warn_1_0(self):
"W004_versions_diff_digests": ["W004"],
"W005_id_not_uri": ["W005"],
"W007_no_message_or_user": ["W007a", "W007b"],
"W007_spec-ex-diff-paths": ["W007a", "W007b"],
"W008_user_no_address": ["W008"],
"W009_user_address_not_uri": ["W009"],
"W009_spec-ex-minimal": ["W009"],
"W010_no_version_inventory": ["W010"],
"W011_version_inv_diff_metadata": ["W011"],
"W013_unregistered_extension": ["W013"]}.items():
Expand All @@ -197,6 +199,7 @@ def test04_warn_1_1(self):
"W004_versions_diff_digests": ["W004"],
"W005_id_not_uri": ["W005"],
"W007_no_message_or_user": ["W007a", "W007b"],
"W007_spec-ex-diff-paths": ["W007a"],
"W008_user_no_address": ["W008"],
"W009_user_address_not_uri": ["W009"],
"W010_no_version_inventory": ["W010"],
Expand Down

0 comments on commit 67dee33

Please sign in to comment.