/hg/icedtea-web: 2 new changesets

jvanek at icedtea.classpath.org jvanek at icedtea.classpath.org
Wed May 16 08:02:16 PDT 2012


changeset 48951df0e371 in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=48951df0e371
author: Jiri Vanek <jvanek at redhat.com>
date: Wed May 16 16:57:54 2012 +0200

	2012-05-14  Jiri Vanek  <jvanek at redhat.com>

	    * tests/junit-runner/JunitLikeXmlOutputListener.java: fixed indentation
	    and spacing


changeset b9a6491e6715 in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=b9a6491e6715
author: Jiri Vanek <jvanek at redhat.com>
date: Wed May 16 17:01:46 2012 +0200

	2012-05-14  Jiri Vanek  <jvanek at redhat.com>

	    * tests/netx/unit/net/sourceforge/jnlp/runtime/CodeBaseClassLoaderTest.java:
	    * tests/netx/unit/net/sourceforge/jnlp/cache/CacheLRUWrapperTest.java:
	        System.out replaced with System.err

	+ fixed tabs in previous changelog


diffstat:

 ChangeLog                                                                 |  11 +
 tests/junit-runner/JunitLikeXmlOutputListener.java                        |  56 +++++-----
 tests/netx/unit/net/sourceforge/jnlp/cache/CacheLRUWrapperTest.java       |   2 +-
 tests/netx/unit/net/sourceforge/jnlp/runtime/CodeBaseClassLoaderTest.java |   8 +-
 4 files changed, 44 insertions(+), 33 deletions(-)

diffs (161 lines):

diff -r 8c9b71e1db03 -r b9a6491e6715 ChangeLog
--- a/ChangeLog	Fri May 11 21:33:54 2012 +0200
+++ b/ChangeLog	Wed May 16 17:01:46 2012 +0200
@@ -1,3 +1,14 @@
+2012-05-14  Jiri Vanek  <jvanek at redhat.com>
+
+	* tests/netx/unit/net/sourceforge/jnlp/runtime/CodeBaseClassLoaderTest.java:
+	* tests/netx/unit/net/sourceforge/jnlp/cache/CacheLRUWrapperTest.java:
+	System.out replaced with System.err 
+
+2012-05-14  Jiri Vanek  <jvanek at redhat.com>
+
+	* tests/junit-runner/JunitLikeXmlOutputListener.java: fixed indentation
+	and spacing
+
 2012-05-11  Thomas Meyer  <thomas at m3y3r.de>
 
 	* tests/netx/unit/net/sourceforge/jnlp/util/PropertiesFileTest.java: Add
diff -r 8c9b71e1db03 -r b9a6491e6715 tests/junit-runner/JunitLikeXmlOutputListener.java
--- a/tests/junit-runner/JunitLikeXmlOutputListener.java	Fri May 11 21:33:54 2012 +0200
+++ b/tests/junit-runner/JunitLikeXmlOutputListener.java	Wed May 16 17:01:46 2012 +0200
@@ -111,7 +111,7 @@
     }
 
     private static String attributize(String s) {
-        return s.replace("&", "&amp;").replace("<", "&lt;").replace("\"","&quot;");
+        return s.replace("&", "&amp;").replace("<", "&lt;").replace("\"", "&quot;");
     }
 
     private void closeElement(String name) throws IOException {
@@ -137,7 +137,7 @@
     @Override
     public void testStarted(Description description) throws Exception {
         testFailed = null;
-        testStart = System.nanoTime()/1000l/1000l;
+        testStart = System.nanoTime() / 1000l / 1000l;
     }
 
     @Override
@@ -296,7 +296,7 @@
      *
      * @return Strng[2]{nameToBeShown, hrefValue}
      */
-    public static  String[] createBug(String string) {
+    public static String[] createBug(String string) {
         String[] r = {"ex", string};
         String[] prefixes = {
             "S",
@@ -326,40 +326,40 @@
 
         String distro = "http://mail.openjdk.java.net/pipermail/distro-pkg-dev/";
         String openjdk = "http://mail.openjdk.java.net/pipermail/";
-        if (string.startsWith(distro)){
-            r[0]="distro-pkg";
+        if (string.startsWith(distro)) {
+            r[0] = "distro-pkg";
             return r;
         }
-        if (string.startsWith(openjdk)){
-            r[0]="openjdk";
+        if (string.startsWith(openjdk)) {
+            r[0] = "openjdk";
             return r;
         }
         return r;
 
     }
 
-    public static void main(String[] args){
-        String[] q=createBug("PR608");
-        System.out.println(q[0]+" : "+q[1]);
-        q=createBug("S4854");
-        System.out.println(q[0]+" : "+q[1]);
-        q=createBug("RH649423");
-        System.out.println(q[0]+" : "+q[1]);
-        q=createBug("D464");
-        System.out.println(q[0]+" : "+q[1]);
-        q=createBug("G6554");
-        System.out.println(q[0]+" : "+q[1]);
-        q=createBug("CA1654");
-        System.out.println(q[0]+" : "+q[1]);
-        q=createBug("LP5445");
-        System.out.println(q[0]+" : "+q[1]);
+    public static void main(String[] args) {
+        String[] q = createBug("PR608");
+        System.out.println(q[0] + " : " + q[1]);
+        q = createBug("S4854");
+        System.out.println(q[0] + " : " + q[1]);
+        q = createBug("RH649423");
+        System.out.println(q[0] + " : " + q[1]);
+        q = createBug("D464");
+        System.out.println(q[0] + " : " + q[1]);
+        q = createBug("G6554");
+        System.out.println(q[0] + " : " + q[1]);
+        q = createBug("CA1654");
+        System.out.println(q[0] + " : " + q[1]);
+        q = createBug("LP5445");
+        System.out.println(q[0] + " : " + q[1]);
 
-        q=createBug("http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2011-November/016178.html");
-        System.out.println(q[0]+" : "+q[1]);
-        q=createBug("http://mail.openjdk.java.net/pipermail/awt-dev/2012-March/002324.html");
-        System.out.println(q[0]+" : "+q[1]);
+        q = createBug("http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2011-November/016178.html");
+        System.out.println(q[0] + " : " + q[1]);
+        q = createBug("http://mail.openjdk.java.net/pipermail/awt-dev/2012-March/002324.html");
+        System.out.println(q[0] + " : " + q[1]);
 
-        q=createBug("http://lists.fedoraproject.org/pipermail/chinese/2012-January/008868.html");
-        System.out.println(q[0]+" : "+q[1]);
+        q = createBug("http://lists.fedoraproject.org/pipermail/chinese/2012-January/008868.html");
+        System.out.println(q[0] + " : " + q[1]);
     }
 }
diff -r 8c9b71e1db03 -r b9a6491e6715 tests/netx/unit/net/sourceforge/jnlp/cache/CacheLRUWrapperTest.java
--- a/tests/netx/unit/net/sourceforge/jnlp/cache/CacheLRUWrapperTest.java	Fri May 11 21:33:54 2012 +0200
+++ b/tests/netx/unit/net/sourceforge/jnlp/cache/CacheLRUWrapperTest.java	Wed May 16 17:01:46 2012 +0200
@@ -90,7 +90,7 @@
         }
         
         double avg = sum / time.length;
-        System.out.println("Average = " + avg + "ns");
+        System.err.println("Average = " + avg + "ns");
 
         // wait more than 100 microseconds for noLoops = 1000 and noEntries=1000 is bad
         assertTrue("load() must not take longer than 100 µs, but took in avg " + avg/1000 + "µs", avg < 100 * 1000);
diff -r 8c9b71e1db03 -r b9a6491e6715 tests/netx/unit/net/sourceforge/jnlp/runtime/CodeBaseClassLoaderTest.java
--- a/tests/netx/unit/net/sourceforge/jnlp/runtime/CodeBaseClassLoaderTest.java	Fri May 11 21:33:54 2012 +0200
+++ b/tests/netx/unit/net/sourceforge/jnlp/runtime/CodeBaseClassLoaderTest.java	Wed May 16 17:01:46 2012 +0200
@@ -86,13 +86,13 @@
         classLoader.findResource("net/sourceforge/jnlp/about/Main.class");
         stopTime = System.nanoTime();
         long timeOnFirstTry = stopTime - startTime;
-        System.out.println(timeOnFirstTry);
+        System.err.println(timeOnFirstTry);
 
         startTime = System.nanoTime();
         classLoader.findResource("net/sourceforge/jnlp/about/Main.class");
         stopTime = System.nanoTime();
         long timeOnSecondTry = stopTime - startTime;
-        System.out.println(timeOnSecondTry);
+        System.err.println(timeOnSecondTry);
 
         assertTrue(timeOnSecondTry < (timeOnFirstTry / 10));
     }
@@ -128,13 +128,13 @@
         classLoader.findResource("net/sourceforge/jnlp/about/Main_FOO_.class");
         stopTime = System.nanoTime();
         long timeOnFirstTry = stopTime - startTime;
-        System.out.println(timeOnFirstTry);
+        System.err.println(timeOnFirstTry);
 
         startTime = System.nanoTime();
         classLoader.findResource("net/sourceforge/jnlp/about/Main_FOO_.class");
         stopTime = System.nanoTime();
         long timeOnSecondTry = stopTime - startTime;
-        System.out.println(timeOnSecondTry);
+        System.err.println(timeOnSecondTry);
 
         assertTrue(timeOnSecondTry < (timeOnFirstTry / 10));
     }



More information about the distro-pkg-dev mailing list