Skip to content

Commit

Permalink
ICU-22721 Comment (back) some code generation method
Browse files Browse the repository at this point in the history
Documented in docs/processes/release/tasks/updating-measure-unit.md,
updating the data for measurement units requires one to uncomment some code
in a unit test, run it, copy from stdout an paste in some other files.

That code is left enabled, spamming the stdandard output every time tests run.
  • Loading branch information
mihnita committed Sep 24, 2024
1 parent da60e7a commit 36061cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ public void testZZZ() {
//generateConstants("76"); // for MeasureUnit.java, update generated MeasureUnit constants
//generateBackwardCompatibilityTest("76"); // for MeasureUnitTest.java, create TestCompatible74
//generateCXXHConstants("76"); // for measunit.h, update generated createXXX methods
generateCXXConstants(); // for measunit.cpp, update generated code
//generateCXXConstants(); // for measunit.cpp, update generated code
//generateCXXBackwardCompatibilityTest("74"); // for measfmttest.cpp, create TestCompatible74
//updateJAVAVersions("74"); // for MeasureUnitTest.java, JAVA_VERSIONS
}
Expand Down

0 comments on commit 36061cc

Please sign in to comment.