You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by sm...@apache.org on 2013/10/01 11:04:42 UTC

svn commit: r1527978 - /pivot/branches/2.0.x/tests/src/org/apache/pivot/tests/ApplicationHandlerTest.java

Author: smartini
Date: Tue Oct  1 09:04:41 2013
New Revision: 1527978

URL: http://svn.apache.org/r1527978
Log:
PIVOT-916, cleanup unnecessary code in the test application

Modified:
    pivot/branches/2.0.x/tests/src/org/apache/pivot/tests/ApplicationHandlerTest.java

Modified: pivot/branches/2.0.x/tests/src/org/apache/pivot/tests/ApplicationHandlerTest.java
URL: http://svn.apache.org/viewvc/pivot/branches/2.0.x/tests/src/org/apache/pivot/tests/ApplicationHandlerTest.java?rev=1527978&r1=1527977&r2=1527978&view=diff
==============================================================================
--- pivot/branches/2.0.x/tests/src/org/apache/pivot/tests/ApplicationHandlerTest.java (original)
+++ pivot/branches/2.0.x/tests/src/org/apache/pivot/tests/ApplicationHandlerTest.java Tue Oct  1 09:04:41 2013
@@ -30,8 +30,6 @@ public class ApplicationHandlerTest exte
 
     @Override
     public void startup(Display display, Map<String, String> properties) throws Exception {
-        super.startup(display, properties);  // optional, but useful to set display and properties
-
         BXMLSerializer bxmlSerializer = new BXMLSerializer();
         window = (Window)bxmlSerializer.readObject(ApplicationHandlerTest.class,
             "application_handler_test.bxml");