[Schmitzm-commits] r1146 - trunk/src_junit/schmitzm/geotools/gui

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Mon Oct 18 09:46:06 CEST 2010


Author: alfonx
Date: 2010-10-18 09:46:06 +0200 (Mon, 18 Oct 2010)
New Revision: 1146

Modified:
   trunk/src_junit/schmitzm/geotools/gui/XMapPaneTest.java
Log:


Modified: trunk/src_junit/schmitzm/geotools/gui/XMapPaneTest.java
===================================================================
--- trunk/src_junit/schmitzm/geotools/gui/XMapPaneTest.java	2010-10-17 23:56:07 UTC (rev 1145)
+++ trunk/src_junit/schmitzm/geotools/gui/XMapPaneTest.java	2010-10-18 07:46:06 UTC (rev 1146)
@@ -66,12 +66,15 @@
 	@Test
 	public void testChangeRenderLanguageListener() {
 		XMapPane mapPane = new XMapPane();
-		
+
 		mapPane.setRenderLanguage("de");
 		assertEquals("de", mapPane.getRenderLanguage());
-		
+
 		Translation.setActiveLang("ru");
 		assertEquals("ru", mapPane.getRenderLanguage());
+
+		Translation.setActiveLang("fr");
+		assertEquals("fr", mapPane.getRenderLanguage());
 	}
 
 }



More information about the Schmitzm-commits mailing list