Parent Directory
|
Revision Log
|
Patch
revision 1149 by alfonx, Fri Oct 15 21:31:18 2010 UTC | revision 1150 by alfonx, Mon Oct 18 12:28:24 2010 UTC | |
---|---|---|
# | Line 48 public class SwitchLanguageDialogTest ex | Line 48 public class SwitchLanguageDialogTest ex |
48 | return; | return; |
49 | ||
50 | ArrayList<String> langs = new ArrayList<String>(); | ArrayList<String> langs = new ArrayList<String>(); |
langs.add("fr"); | ||
51 | langs.add("tr"); | langs.add("tr"); |
52 | TestingUtil.testGui(new SwitchLanguageDialog(null, langs, false), 10); | langs.add("fr"); |
53 | langs.add("kj"); | |
54 | TestingUtil.testGui(new SwitchLanguageDialog(null, langs, false), 20); | |
55 | } | } |
56 | ||
57 | @Test | @Test |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |