33 |
|
|
34 |
import junit.framework.TestCase; |
import junit.framework.TestCase; |
35 |
|
|
|
import org.junit.Test; |
|
|
|
|
36 |
import skrueger.i8n.SwitchLanguageDialog; |
import skrueger.i8n.SwitchLanguageDialog; |
37 |
|
|
38 |
public class SwitchLanguageDialogTest extends TestCase { |
public class SwitchLanguageDialogTest extends TestCase { |
39 |
@Test |
|
40 |
public void testDialog() { |
public void testDialog() { |
41 |
ArrayList<String> langsa = new ArrayList<String>(); |
ArrayList<String> langsa = new ArrayList<String>(); |
42 |
langsa.add("fr"); |
langsa.add("fr"); |