diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/test_lectionary_of.ml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/test/test_lectionary_of.ml b/test/test_lectionary_of.ml index 03838be..a9fcdb1 100644 --- a/test/test_lectionary_of.ml +++ b/test/test_lectionary_of.ml @@ -178,8 +178,15 @@ let sha256_of_file path = don't transcribe it from generator stdout" discipline test_calendar_of_data.ml's own [test_sha256] already follows. *) let test_sha256_pinned () = + (* Fix wave I2 (final-review.md, 2026-08-25-colitur-of-phases-3-5): the + hash changed because the header grew a new "Citation-siglum + conversion" census -- the payload (parse this test's siblings assert + against) is byte-identical; only the disclosure comment above it is + new. Re-derived with `sha256sum data/of/lectionary.sexp`, not + transcribed from generator stdout, the same discipline this test's own + header states. *) Alcotest.(check string) "data/of/lectionary.sexp SHA-256" - "2277e3dc302e853d78b72608884f59eb67671bfdcca4f5e4c99358ee12811f89" (sha256_of_file lectionary_path) + "aba7817ace8add740a5722f5fdb401a119869545eda9082e41e203df4ac27ee5" (sha256_of_file lectionary_path) (* lectio's OWN of-lectionary.ini SHA-256, pinned inside data/of/ lectionary.sexp's own provenance header (tools/bootstrap_lectionary_of |
