From 762510e053953db5bb4b5e0309064dbbb6ffe231 Mon Sep 17 00:00:00 2001 From: Hugo van der Merwe <17109322+hugovdm@users.noreply.github.com> Date: Fri, 17 Apr 2020 02:57:09 +0200 Subject: [PATCH] Fix the broken testConversionCapability unit identifiers. --- icu4c/source/test/intltest/unitstest.cpp | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/icu4c/source/test/intltest/unitstest.cpp b/icu4c/source/test/intltest/unitstest.cpp index b4a723dd464..acdb5c3f0dc 100644 --- a/icu4c/source/test/intltest/unitstest.cpp +++ b/icu4c/source/test/intltest/unitstest.cpp @@ -103,16 +103,16 @@ void UnitsTest::testConversionCapability() { {"megawatt", "kilogram-square-meter-per-cubic-second", CONVERTIBLE}, // {"gigawatt", "kilogram-square-meter-per-cubic-second", CONVERTIBLE}, // {"solar-luminosity", "kilogram-square-meter-per-cubic-second", CONVERTIBLE}, // - {"pascal", "kilogram-square-second-per-meter", CONVERTIBLE}, // - {"hectopascal", "kilogram-square-second-per-meter", CONVERTIBLE}, // - {"millibar", "kilogram-square-second-per-meter", CONVERTIBLE}, // - {"millimeter-ofhg", "kilogram-meter-square-second-per-square-meter", CONVERTIBLE}, // - {"kilopascal", "kilogram-square-second-per-meter", CONVERTIBLE}, // - {"inch-ofhg", "kilogram-meter-square-second-per-square-meter", CONVERTIBLE}, // - {"bar", "kilogram-square-second-per-meter", CONVERTIBLE}, // - {"atmosphere", "kilogram-square-second-per-meter", CONVERTIBLE}, // - {"megapascal", "kilogram-square-second-per-meter", CONVERTIBLE}, // - {"ofhg", "kilogram-square-second-per-square-meter", CONVERTIBLE}, // + {"pascal", "kilogram-per-meter-square-second", CONVERTIBLE}, // + {"hectopascal", "kilogram-per-meter-square-second", CONVERTIBLE}, // + {"millibar", "kilogram-per-meter-square-second", CONVERTIBLE}, // + {"millimeter-ofhg", "kilogram-meter-per-square-meter-square-second", CONVERTIBLE}, // + {"kilopascal", "kilogram-per-meter-square-second", CONVERTIBLE}, // + {"inch-ofhg", "kilogram-meter-per-square-meter-square-second", CONVERTIBLE}, // + {"bar", "kilogram-per-meter-square-second", CONVERTIBLE}, // + {"atmosphere", "kilogram-per-meter-square-second", CONVERTIBLE}, // + {"megapascal", "kilogram-per-meter-square-second", CONVERTIBLE}, // + {"ofhg", "kilogram-per-square-meter-square-second", CONVERTIBLE}, // {"knot", "meter-per-second", CONVERTIBLE}, // {"volt", "kilogram-square-meter-per-cubic-second-ampere", CONVERTIBLE}, // }; -- 2.40.0