Skip to content

Commit

Permalink
Update TestLocaleDisplay using updated test data file identifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
echeran committed Jun 7, 2024
1 parent b38a1a7 commit 91bfee9
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -534,12 +534,12 @@ public void TestLocaleDisplay() {
case "@locale":
cldrFile = factory.make(parts[1], true);
break;
case "@compound":
case "@languageDisplay":
switch (parts[1]) {
case "true":
case "standard":
compound = true;
break;
case "false":
case "dialect":
compound = false;
break;
}
Expand Down

0 comments on commit 91bfee9

Please sign in to comment.