[Schmitzm-commits] r588 - branches/1.0-gt2-2.6/src_junit/skrueger/i8n

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Nov 26 15:35:04 CET 2009


Author: alfonx
Date: 2009-11-26 15:35:04 +0100 (Thu, 26 Nov 2009)
New Revision: 588

Modified:
   branches/1.0-gt2-2.6/src_junit/skrueger/i8n/SwitchLanguageDialogTest.java
Log:
updated the testcase to the new dialog behaviour

Modified: branches/1.0-gt2-2.6/src_junit/skrueger/i8n/SwitchLanguageDialogTest.java
===================================================================
--- branches/1.0-gt2-2.6/src_junit/skrueger/i8n/SwitchLanguageDialogTest.java	2009-11-26 14:34:32 UTC (rev 587)
+++ branches/1.0-gt2-2.6/src_junit/skrueger/i8n/SwitchLanguageDialogTest.java	2009-11-26 14:35:04 UTC (rev 588)
@@ -39,7 +39,6 @@
 		ArrayList<String> langsa = new ArrayList<String>();
 		langsa.add("fr");
 		langsa.add("tr");
-		SwitchLanguageDialog switchLanguageDialog = new SwitchLanguageDialog(null, langsa);
-		switchLanguageDialog.setVisible(true);
+		new SwitchLanguageDialog(null, langsa);
 	}
 }



More information about the Schmitzm-commits mailing list