Skip to content

Commit

Permalink
CLDR-17287 Update tools/cldr-apps/src/test/java/org/unicode/cldr/unit…
Browse files Browse the repository at this point in the history
…test/web/TestSTFactory.java
  • Loading branch information
srl295 authored Dec 14, 2023
1 parent ff320de commit 4a10a97
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ public void TestVotePerf() throws SQLException, IOException {
if (TestAll.skipIfNoDb()) return;
final CheckCLDR.Phase p = CLDRConfig.getInstance().getPhase();
assertTrue("phase " + p + ".isUnitTest()", p.isUnitTest());
runDataDrivenTest("TestVotePerf"); // TestSTFactory.xml
runDataDrivenTest("TestVotePerf"); // TestVotePerf.xml
}

public void TestUserRegistry() throws SQLException, IOException {
Expand Down

0 comments on commit 4a10a97

Please sign in to comment.