From bfd62081c1ab28b5382c1791862ca99ff9667f6e Mon Sep 17 00:00:00 2001 From: Jiri Vanek Date: Fri, 26 Apr 2013 17:01:59 +0200 Subject: Added polish transaltion and tests to it Also minor changes to En and De files --- .../unit/net/sourceforge/jnlp/resources/MessagesPropertiesTest.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tests/netx/unit/net/sourceforge') diff --git a/tests/netx/unit/net/sourceforge/jnlp/resources/MessagesPropertiesTest.java b/tests/netx/unit/net/sourceforge/jnlp/resources/MessagesPropertiesTest.java index fc80713..b12dcfb 100644 --- a/tests/netx/unit/net/sourceforge/jnlp/resources/MessagesPropertiesTest.java +++ b/tests/netx/unit/net/sourceforge/jnlp/resources/MessagesPropertiesTest.java @@ -56,6 +56,7 @@ public class MessagesPropertiesTest { public static final LocalesIdentifier DEFAULT = new LocalesIdentifier("",""); public static final LocalesIdentifier CZ_CS = new LocalesIdentifier("CZ","cs"); public static final LocalesIdentifier DE = new LocalesIdentifier("de"); + public static final LocalesIdentifier PL = new LocalesIdentifier("pl"); //public static final LocalesIdentifier DE_DE = new LocalesIdentifier("DE","de"); public static final String mainFileName = "Messages"; @@ -145,7 +146,7 @@ public class MessagesPropertiesTest { //get default by non existing language and country main = LocalesIdentifier.DEFAULT; assertNotNull(main); - secondary= new LocalesIdentifier[] {LocalesIdentifier.CZ_CS,LocalesIdentifier.DE}; + secondary= new LocalesIdentifier[] {LocalesIdentifier.CZ_CS,LocalesIdentifier.DE,LocalesIdentifier.PL}; assertNotNull(secondary); for (int i = 0; i < secondary.length; i++) { assertNotNull(secondary[i]); @@ -308,7 +309,7 @@ public class MessagesPropertiesTest { } private void errLog(String string) { //used quite often :) - //System.out.println(string); + System.out.println(string); ServerAccess.logErrorReprint(string); } -- cgit v1.2.3