diff options
Diffstat (limited to 'test/test_oracle.ml')
| -rw-r--r-- | test/test_oracle.ml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/test/test_oracle.ml b/test/test_oracle.ml index 0735cb6..e90a45a 100644 --- a/test/test_oracle.ml +++ b/test/test_oracle.ml @@ -1892,8 +1892,12 @@ let test_2038_class_counts () = class is adjudicated elsewhere and merely RE-CONFIRMED here, in a year entirely independent of the one those rulings were made in. *) let expected = - [ ("BVM-SATURDAY-MASS (M26 shape 1)", 13); - ("CHRIST-THE-KING-WEEK (M26 shape 2b)", 2); + (* BVM-SATURDAY-MASS (M26 shape 1) is GONE from this list, not zeroed: + colitur now says RG 309(a) own Mass on the BVM Saturday office, so + those 13 days no longer differ at all. An id with no rows must not be + declared -- the count assertion rejects an unused one, which is what + keeps this list honest. *) + [ ("CHRIST-THE-KING-WEEK (M26 shape 2b)", 2); ("CHRISTMAS-MULTI-MASS (M27)", 1); ("COLOUR (M21)", 7); ("JUDITH (M28, register 6.6)", 2); |
