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

Diff of /branches/2.3.x/src_junit/skrueger/i8n/SwitchLanguageDialogTest.java

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

revision 1137 by alfonx, Sun Oct 10 22:58:24 2010 UTC revision 1138 by alfonx, Fri Oct 15 21:31:18 2010 UTC
# Line 42  public class SwitchLanguageDialogTest ex Line 42  public class SwitchLanguageDialogTest ex
42          @Test          @Test
43          public void testDialog() throws Throwable {          public void testDialog() throws Throwable {
44    
45                  if (!TestingUtil.INTERACTIVE)                  if (!TestingUtil.isInteractive())
46                          // Test needed here because following GUI creation would crash                          // Test needed here because following GUI creation would crash
47                          // without X11 DISPLAY                          // without X11 DISPLAY
48                          return;                          return;
# Line 55  public class SwitchLanguageDialogTest ex Line 55  public class SwitchLanguageDialogTest ex
55    
56          @Test          @Test
57          public void testDialogDoesntAppearIf0OrOneLangOnly() throws Throwable {          public void testDialogDoesntAppearIf0OrOneLangOnly() throws Throwable {
58                  if (!TestingUtil.INTERACTIVE)                  if (!TestingUtil.isInteractive())
59                          // Test needed here because following GUI creation would crash                          // Test needed here because following GUI creation would crash
60                          // without X11 DISPLAY                          // without X11 DISPLAY
61                          return;                          return;

Legend:
Removed from v.1137  
changed lines
  Added in v.1138

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26