[cal10n-dev] branch, master, updated. v0.6.5-3-gf16af56
added by portage for gitosis-gentoo
git-noreply at pixie.qos.ch
Thu Sep 3 21:52:03 CEST 2009
The branch, master has been updated
via f16af567f71512382ea7d4a64be94949552cf7e4 (commit)
from 5419731c7a921a181da5dcd2ccaf7f13e80dbd19 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.qos.ch/gitweb/?p=cal10n.git;a=commit;h=f16af567f71512382ea7d4a64be94949552cf7e4
http://github.com/ceki/cal10n/commit/f16af567f71512382ea7d4a64be94949552cf7e4
commit f16af567f71512382ea7d4a64be94949552cf7e4
Author: Ceki Gulcu <ceki at qos.ch>
Date: Thu Sep 3 21:48:19 2009 +0200
- Renaming files
diff --git a/cal10n-api/src/test/java/ch/qos/cal10n/util/ResourceBundleEncodingTest.java b/cal10n-api/src/test/java/ch/qos/cal10n/util/ResourceBundleEncodingTest.java
index eda9155..98d3f0c 100644
--- a/cal10n-api/src/test/java/ch/qos/cal10n/util/ResourceBundleEncodingTest.java
+++ b/cal10n-api/src/test/java/ch/qos/cal10n/util/ResourceBundleEncodingTest.java
@@ -53,7 +53,7 @@ public class ResourceBundleEncodingTest {
@Test
public void greek() throws IOException {
FileInputStream fis = new FileInputStream(Cal10nTestConstants.TEST_CLASSES
- + "/encodings/a_el_GR.properties");
+ + "/encodingsISO8859/a_el_GR.properties");
Reader reader = new InputStreamReader(fis, "ISO8859_7");
Parser parser = new Parser(reader, map);
parser.parseAndPopulate();
@@ -74,7 +74,7 @@ public class ResourceBundleEncodingTest {
// encoding for Turkish "ISO8859_3"
@Test
public void turkish() throws IOException {
- FileInputStream fis = new FileInputStream(Cal10nTestConstants.TEST_CLASSES+"/encodings/a_tr_TR.properties");
+ FileInputStream fis = new FileInputStream(Cal10nTestConstants.TEST_CLASSES+"/encodingsISO8859/a_tr_TR.properties");
Reader reader = new InputStreamReader(fis, "ISO8859_3");
Parser parser = new Parser(reader, map);
parser.parseAndPopulate();
diff --git a/cal10n-api/src/test/resources/encodings/#a_tr_TR.properties# b/cal10n-api/src/test/resources/encodings/#a_tr_TR.properties#
deleted file mode 100644
index e4dec3d..0000000
--- a/cal10n-api/src/test/resources/encodings/#a_tr_TR.properties#
+++ /dev/null
@@ -1 +0,0 @@
-A=nýsan
\ No newline at end of file
diff --git a/cal10n-api/src/test/resources/encodings/a_el_GR.properties b/cal10n-api/src/test/resources/encodingsISO8859/a_el_GR.properties
similarity index 100%
rename from cal10n-api/src/test/resources/encodings/a_el_GR.properties
rename to cal10n-api/src/test/resources/encodingsISO8859/a_el_GR.properties
diff --git a/cal10n-api/src/test/resources/encodings/a_tr_TR.properties b/cal10n-api/src/test/resources/encodingsISO8859/a_tr_TR.properties
similarity index 100%
rename from cal10n-api/src/test/resources/encodings/a_tr_TR.properties
rename to cal10n-api/src/test/resources/encodingsISO8859/a_tr_TR.properties
-----------------------------------------------------------------------
Summary of changes:
.../cal10n/util/ResourceBundleEncodingTest.java | 4 ++--
.../test/resources/encodings/#a_tr_TR.properties# | 1 -
.../a_el_GR.properties | 0
.../a_tr_TR.properties | 0
4 files changed, 2 insertions(+), 3 deletions(-)
delete mode 100644 cal10n-api/src/test/resources/encodings/#a_tr_TR.properties#
rename cal10n-api/src/test/resources/{encodings => encodingsISO8859}/a_el_GR.properties (100%)
rename cal10n-api/src/test/resources/{encodings => encodingsISO8859}/a_tr_TR.properties (100%)
hooks/post-receive
--
Compiler assisted localization library
More information about the cal10n-dev
mailing list