Revision: 1196
Author:   heuermh
Date:     Wed Apr 10 11:24:38 2013
Log: remove fullscreen test which interferes with window focus when running builds
http://code.google.com/p/piccolo2d/source/detail?r=1196

Modified:
/piccolo2d.java/branches/3.0-spike/extras/src/test/java/org/piccolo2d/extras/PFrameTest.java

=======================================
--- /piccolo2d.java/branches/3.0-spike/extras/src/test/java/org/piccolo2d/extras/PFrameTest.java Tue Mar 15 15:23:53 2011 +++ /piccolo2d.java/branches/3.0-spike/extras/src/test/java/org/piccolo2d/extras/PFrameTest.java Wed Apr 10 11:24:38 2013
@@ -63,18 +63,4 @@
         };
         assertFalse(frame.isFullScreenMode());
     }
-
-    public void testFullScreenModeInstallsEscapeListeners() {
-        PFrame frame = new PFrame();
-        frame.setFullScreenMode(true);
-
-
-        KeyListener[] listeners = frame.getCanvas().getKeyListeners();
-        assertEquals(1, listeners.length);
-
-        KeyListener listener = listeners[0];
-        assertNotNull(listener);
-        frame.setVisible(false);
-        frame.setFullScreenMode(false);
-    }
 }

--
--
Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en
--- You received this message because you are subscribed to the Google Groups "Piccolo2D Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to