Warnings cleanup
This commit is contained in:
parent
484a978795
commit
41bd662641
12 changed files with 331 additions and 41 deletions
|
|
@ -27,6 +27,7 @@ ACTION_MAP = {
|
|||
"update_properties": CMISAction.UPDATE_PROPERTIES,
|
||||
"delete_object": CMISAction.DELETE_OBJECT,
|
||||
"set_content_stream": CMISAction.SET_CONTENT_STREAM,
|
||||
"append_content_stream": CMISAction.SET_CONTENT_STREAM,
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -119,4 +120,3 @@ def test_optional_tck_result_template_can_capture_gap_mapping() -> None:
|
|||
assert template["summary"] == {"passed": 0, "failed": 0, "skipped": 0, "known_gap": 0}
|
||||
assert "capability_gaps" in template
|
||||
assert template["groups"][0]["status"] == "not_run"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue