aboutsummaryrefslogtreecommitdiffstats
path: root/tests/reproducers/simple
diff options
context:
space:
mode:
authorJiri Vanek <[email protected]>2013-05-02 15:31:55 +0200
committerJiri Vanek <[email protected]>2013-05-02 15:31:55 +0200
commit5c3d81c1620b814a3883909f4a37d71e9742a602 (patch)
treecb3d9286a283a2f463c842ab59918e9c01b3f522 /tests/reproducers/simple
parent9beec9281b15401fff46cbc9c86b3c6ceb16fd2c (diff)
Renamed cz locales to be more general
netx/net/sourceforge/jnlp/resources/Messages_cs_CZ.properties renamed to netx/net/sourceforge/jnlp/resources/Messages_cs.properties tests/netx/unit/net/sourceforge/jnlp/resources/MessagesPropertiesTest.java and tests/reproducers/simple/LocalesTest/testcases/LocalesTestTest.java adapted to new cz locales filename.
Diffstat (limited to 'tests/reproducers/simple')
-rw-r--r--tests/reproducers/simple/LocalesTest/testcases/LocalesTestTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/reproducers/simple/LocalesTest/testcases/LocalesTestTest.java b/tests/reproducers/simple/LocalesTest/testcases/LocalesTestTest.java
index 6f252f2..a83e5bb 100644
--- a/tests/reproducers/simple/LocalesTest/testcases/LocalesTestTest.java
+++ b/tests/reproducers/simple/LocalesTest/testcases/LocalesTestTest.java
@@ -115,7 +115,7 @@ public class LocalesTestTest {
public ResourceBundle getPropertiesCz() throws IOException {
- return getProperties("_cs_CZ");
+ return getProperties("_cs");
}