test(12.1): owner-confirmed expected root manifest

- Create backend/tests/fixtures/cloud/nextcloud_expected_root.json with
  owner_confirmed: true and corrected 10-item name/kind manifest
- Add test_nextcloud_expected_root_manifest: exact set and kind equality
  against fixture (T-12.1-19 — count-only acceptance blocked)
- Update 12.1-VALIDATION.md: manifest status OWNER CONFIRMED, add
  exact-acceptance row to Nyquist matrix
This commit is contained in:
curo1305
2026-06-22 09:35:36 +02:00
parent 779b05086b
commit 1ec5158c65
3 changed files with 142 additions and 12 deletions
@@ -0,0 +1,16 @@
{
"owner_confirmed": true,
"provenance": "Owner reconciled 2026-06-22 — three fixture names corrected from prior candidate manifest; no provider content exposed",
"items": [
{"name": "Documents", "kind": "folder"},
{"name": "docuvault", "kind": "folder"},
{"name": "Photos", "kind": "folder"},
{"name": "Templates", "kind": "folder"},
{"name": "Nextcloud.png", "kind": "file"},
{"name": "Nextcloud Manual.pdf", "kind": "file"},
{"name": "Nextcloud intro.mp4", "kind": "file"},
{"name": "Readme.md", "kind": "file"},
{"name": "Reasons to use Nextcloud.pdf", "kind": "file"},
{"name": "Templates credits.md", "kind": "file"}
]
}