[jbosscache-commits] JBoss Cache SVN: r8220 - core/trunk/src/test/java/org/jboss/cache/util.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Thu Sep 10 10:03:56 EDT 2009


Author: mircea.markus
Date: 2009-09-10 10:03:56 -0400 (Thu, 10 Sep 2009)
New Revision: 8220

Modified:
   core/trunk/src/test/java/org/jboss/cache/util/ImmutableListCopyTest.java
Log:
removed main methods

Modified: core/trunk/src/test/java/org/jboss/cache/util/ImmutableListCopyTest.java
===================================================================
--- core/trunk/src/test/java/org/jboss/cache/util/ImmutableListCopyTest.java	2009-09-10 13:45:28 UTC (rev 8219)
+++ core/trunk/src/test/java/org/jboss/cache/util/ImmutableListCopyTest.java	2009-09-10 14:03:56 UTC (rev 8220)
@@ -166,13 +166,4 @@
        List<Integer> ints = Arrays.asList(1, 2, 3, 4, 5, 6, 7, 8, 9, 10);
        copy( Immutables.immutableListCopy(ints) );
    }
-
-   public static void main(String[] args) {
-      String o = "aaa";
-      List<String> list = Collections.singletonList(o);
-      List<String> other = Collections.singletonList(o);
-      list.removeAll(other);
-      assert list.size() == 0;
-   }
-
 }



More information about the jbosscache-commits mailing list