Commit in lcsim/test on MAIN
LCIOReadTest.java+1-11.13 -> 1.14
JM: Fix test.

lcsim/test
LCIOReadTest.java 1.13 -> 1.14
diff -u -r1.13 -r1.14
--- LCIOReadTest.java	4 Oct 2006 22:57:44 -0000	1.13
+++ LCIOReadTest.java	26 Apr 2007 22:28:56 -0000	1.14
@@ -121,7 +121,7 @@
             // Look for clusters
             List<List<Cluster>> collections = event.get(Cluster.class);
             if (n++ == 0)
-                assertEquals(3, collections.size());
+                assertEquals(7, collections.size());
         }
     }
 }
\ No newline at end of file
CVSspam 0.2.8