diff options
Diffstat (limited to 'test/test_lectionary_ef.ml')
| -rw-r--r-- | test/test_lectionary_ef.ml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/test_lectionary_ef.ml b/test/test_lectionary_ef.ml index a5a0f6e..d56d187 100644 --- a/test/test_lectionary_ef.ml +++ b/test/test_lectionary_ef.ml @@ -442,11 +442,21 @@ let test_step4_assignment_table () = Alcotest.(check (list (pair string string))) "the Commons assignment table, exactly" [ ("benedict", "common-of-abbots"); + ("didacus", "common-of-a-confessor-not-a-bishop-2"); ("frances-rome", "common-of-non-virgins-2"); ("gregory-the-great", "common-of-supreme-pontiffs"); ("isidore-of-seville", "common-of-doctors"); ("patrick", "common-of-a-confessor-bishop-1"); + (* ef-sanctoral-status: ubaldus and didacus were promoted from + Commemoration_only to Feast on the Missal's own universal + calendarium, which ranks both "III classis" outright with no + commemoration rubric. Each takes its Mass from a Common with only + its own Oratio proper, per its own rubric at its own date, so + neither needed a proper authored -- only an assignment. ubaldus + shares patrick's Common exactly ("Missa Statuit, de Communi + Confessoris Pontificis I loco"). *) ("sts-felicitas-perpetua", "common-of-non-virgins-1"); + ("ubaldus", "common-of-a-confessor-bishop-1"); ("vincent-ferrer", "common-of-a-confessor-not-a-bishop-1") ] assigned |
