Revision: 2684
          http://sourceforge.net/p/swingme/code/2684
Author:   yuranet
Date:     2023-01-25 17:36:49 +0000 (Wed, 25 Jan 2023)
Log Message:
-----------
SwingMETest update to latest SwingME
Modified Paths:
--------------
    SwingMETest/test/net/yura/mobile/junit/JMUnitTest.java
Property Changed:
----------------
    SwingMETest/gradlew
Index: SwingMETest/gradlew
===================================================================
--- SwingMETest/gradlew	2023-01-25 17:35:33 UTC (rev 2683)
+++ SwingMETest/gradlew	2023-01-25 17:36:49 UTC (rev 2684)
Property changes on: SwingMETest/gradlew
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Modified: SwingMETest/test/net/yura/mobile/junit/JMUnitTest.java
===================================================================
--- SwingMETest/test/net/yura/mobile/junit/JMUnitTest.java	2023-01-25 17:35:33 UTC (rev 2683)
+++ SwingMETest/test/net/yura/mobile/junit/JMUnitTest.java	2023-01-25 17:36:49 UTC (rev 2684)
@@ -8,7 +8,6 @@
 import javax.microedition.io.StreamConnection;
 import jmunit.framework.cldc11.*;
 import net.yura.mobile.gui.DesktopPane;
-import net.yura.mobile.gui.Midlet;
 import net.yura.mobile.gui.components.Button;
 import net.yura.mobile.gui.components.Frame;
 import net.yura.mobile.gui.components.Panel;
@@ -81,12 +80,10 @@
             Object obj2 = RMSUtil.load("Test1");
 
             assertTrue( SystemUtil.equals(obj, obj2) );
-
     }
     
     
     public void testSocketGet() throws Exception {
-        
 /*
         StreamConnection socket = (StreamConnection)Connector.open("socket://google.com:80");
         //Socket socket = SSLSocketFactory.getDefault().createSocket("google.com", 443 );
@@ -113,7 +110,6 @@
         String result = new String(bytes,"ISO-8859-1");
         System.out.println( result );
 */
-        
     }
     
     public void testShowing() {
@@ -168,5 +164,4 @@
 
         System.out.println("testShowing done");
     }
-    
 }
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
 |