From: Yegor Kozlov Date: Tue, 16 Jun 2009 12:31:56 +0000 (+0000) Subject: Fixed locale-sensitive unit tests to pass when running on non-US locales X-Git-Tag: REL_3_5-FINAL~105 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a275338291635177d92945705f9add7f85031c46;p=poi.git Fixed locale-sensitive unit tests to pass when running on non-US locales git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@785176 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build.xml b/build.xml index 4bc35f9840..0dc8ff350e 100644 --- a/build.xml +++ b/build.xml @@ -562,6 +562,8 @@ under the License. + + @@ -596,6 +598,8 @@ under the License. + + @@ -623,6 +627,8 @@ under the License. + + @@ -665,6 +671,8 @@ under the License. + + @@ -702,14 +710,16 @@ under the License. - + + + - - - - - + + + + + @@ -734,6 +744,8 @@ under the License. + + @@ -764,6 +776,8 @@ under the License. + + @@ -793,6 +807,8 @@ under the License. + + diff --git a/src/documentation/content/xdocs/status.xml b/src/documentation/content/xdocs/status.xml index 7e23bc6fa2..3157a8418a 100644 --- a/src/documentation/content/xdocs/status.xml +++ b/src/documentation/content/xdocs/status.xml @@ -33,6 +33,7 @@ + 47372 - Fixed locale-sensitive unit tests to pass when running on non-US locale 47363 - Fixed HSSFSheet to allow addition of data validations after sheet protection