Commit in lcsim/test on MAIN
LCIOReadTest.java+2-21.7 -> 1.8
Reflect cluster code changes.

lcsim/test
LCIOReadTest.java 1.7 -> 1.8
diff -u -r1.7 -r1.8
--- LCIOReadTest.java	15 Jul 2005 02:56:34 -0000	1.7
+++ LCIOReadTest.java	18 Jul 2005 05:04:33 -0000	1.8
@@ -6,7 +6,7 @@
 import junit.framework.TestSuite;
 import org.lcsim.event.Cluster;
 import org.lcsim.event.EventHeader;
-import org.lcsim.recon.cluster.cheat.ClusterCheater;
+import org.lcsim.recon.cluster.cheat.CheatClusterDriver;
 import org.lcsim.util.Driver;
 import org.lcsim.util.cache.FileCache;
 import org.lcsim.util.loop.LCIODriver;
@@ -38,7 +38,7 @@
       
       LCSimLoop loop = new LCSimLoop();
       loop.setLCIORecordSource(file);
-      loop.add(new ClusterCheater());
+      loop.add(new CheatClusterDriver());
       loop.add(new ReadDriver());
       loop.add(new LCIODriver(new File("test.slcio")));
       loop.loop(-1);
CVSspam 0.2.8