# This patch file was generated by NetBeans IDE # This patch can be applied using context Tools: Apply Diff Patch action on respective folder. # It uses platform neutral UTF-8 encoding. # Above lines and this line are ignored by the patching process. Index: mauve/ChangeLog --- mauve/ChangeLog Base (1.2147) +++ mauve/ChangeLog Locally Modified (Based On 1.2147) @@ -1,5 +1,10 @@ 2009-07-09 Mario Torre + * gnu/testlet/locales/LocaleTest: + Fixed local variations in the use of the percentage sign. + +2009-07-09 Mario Torre + * gnu/testlet/java/beans/EventHandler/check14c.java: Pass incoming event object directly to the target action. Index: mauve/gnu/testlet/locales/LocaleTest.java --- mauve/gnu/testlet/locales/LocaleTest.java Base (1.9) +++ mauve/gnu/testlet/locales/LocaleTest.java Locally Modified (Based On 1.9) @@ -451,7 +451,7 @@ new ExpectedNumberValues("-1.000,00 YTL", "-1.000.000,00 YTL", "-100,00 YTL", "-100,12 YTL", "-10.000.000,12 YTL"), new ExpectedNumberValues("1.000", "1.000.000", "100", "100", "10.000.000"), new ExpectedNumberValues("1.000", "1.000.000", "100", "100,123", "10.000.000,123"), - new ExpectedNumberValues("100.000%", "100.000.000%", "10.000%", "10.012%", "1.000.000.012%")); + new ExpectedNumberValues("% 100.000", "% 100.000.000", "% 10.000", "% 10.012", "% 1.000.000.012")); // Locale: Kazakstan checkLocale(h, new Locale("kk", "KZ"), new ExpectedValues("kk", "KZ", "", "kk_KZ", "kaz", "KAZ",