[cai18n-dev] [GIT] Compiler assisted internalization library branch, master, updated. 2d5189416acbfd4acbdcfa98a74eb31ded7ae4e8

This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Compiler assisted internalization library". The branch, master has been updated via 2d5189416acbfd4acbdcfa98a74eb31ded7ae4e8 (commit) from ef9dc9ce5085e3ec30f727c65337ba0b5ab3ae2b (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=cai18n.git;a=commit;h=2d5189416acbfd4acbdcfa98a7... http://github.com/ceki/cai18n/commit/2d5189416acbfd4acbdcfa98a74eb31ded7ae4e... commit 2d5189416acbfd4acbdcfa98a74eb31ded7ae4e8 Author: Ceki Gulcu <ceki@qos.ch> Date: Wed Aug 26 00:20:09 2009 +0200 - typo fix diff --git a/cai18n-api/src/test/java/ch/qos/cai18n/sample/ResourceBunleBasedMC_Test.java b/cai18n-api/src/test/java/ch/qos/cai18n/sample/ResourceBunleBasedMC_Test.java index 829bc25..93a8289 100644 --- a/cai18n-api/src/test/java/ch/qos/cai18n/sample/ResourceBunleBasedMC_Test.java +++ b/cai18n-api/src/test/java/ch/qos/cai18n/sample/ResourceBunleBasedMC_Test.java @@ -57,7 +57,7 @@ public class ResourceBunleBasedMC_Test { { String val = rbbmc.getMessage(Colors.BLUE); - assertEquals("les violettes sont blues", val); + assertEquals("les violettes sont bleues", val); } ----------------------------------------------------------------------- Summary of changes: .../cai18n/sample/ResourceBunleBasedMC_Test.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- Compiler assisted internalization library
participants (1)
-
git-noreply@pixie.qos.ch