/[schmitzm]/branches/2.1/src_junit/skrueger/i8n/SwitchLanguageDialogTest.java
ViewVC logotype

Diff of /branches/2.1/src_junit/skrueger/i8n/SwitchLanguageDialogTest.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

branches/1.0-gt2-2.6/src_junit/skrueger/i8n/SwitchLanguageDialogTest.java revision 448 by alfonx, Wed Oct 7 14:23:06 2009 UTC branches/2.1/src_junit/skrueger/i8n/SwitchLanguageDialogTest.java revision 807 by alfonx, Mon Apr 19 18:09:00 2010 UTC
# Line 35  import junit.framework.TestCase; Line 35  import junit.framework.TestCase;
35    
36  public class SwitchLanguageDialogTest extends TestCase {  public class SwitchLanguageDialogTest extends TestCase {
37    
38          public void  testDialog() {          public void testDialog() {
39                  ArrayList<String> langsa = new ArrayList<String>();                  ArrayList<String> langsa = new ArrayList<String>();
40                  langsa.add("fr");                  langsa.add("fr");
41                  langsa.add("tr");                  langsa.add("tr");
42                  SwitchLanguageDialog switchLanguageDialog = new SwitchLanguageDialog(null, langsa);                  // INteractive test diabled
43                  switchLanguageDialog.setVisible(true);                  // new SwitchLanguageDialog(null, langsa).setModal(false);
44          }          }
45  }  }

Legend:
Removed from v.448  
changed lines
  Added in v.807

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26