cldr
cldr copied to clipboard
CLDR-18370 Expand datetime test data set by iterating over each test dimension
CLDR-18370
- [X] This PR completes the ticket.
ALLOW_MANY_COMMITS=true
Three comments so far:
- Try to move more code into methods, specifically the cloning of the test case.
- Need to track which dimensions to multiply. Everything multiplies by locale, but only some things multiply by time zone or datetime.
- Prevent duplicate test cases: the locales already in the kernel shouldn't be added again.
- Since we're putting calendars and locales into the same dimension, make sure to consider this when forming your multiplication set.
@echeran - Is this still planned to be merged? Or will you clone the ticket and continue the work in CLDR 49?