Commit in lcsim/test/org/lcsim/util/loop on MAIN
LCIODriverTest.java+4-21.1 -> 1.2


lcsim/test/org/lcsim/util/loop
LCIODriverTest.java 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- LCIODriverTest.java	18 Dec 2008 20:50:29 -0000	1.1
+++ LCIODriverTest.java	18 Dec 2008 23:24:16 -0000	1.2
@@ -5,6 +5,8 @@
 import java.util.Arrays;
 import java.util.List;
 
+import junit.framework.TestCase;
+
 import org.lcsim.event.EventHeader;
 import org.lcsim.event.MCParticle;
 import org.lcsim.event.SimCalorimeterHit;
@@ -13,10 +15,10 @@
 import org.lcsim.util.test.TestUtil.TestOutputFile;
 
 /**
- * Tests of the {@link org.lcsim.util.loop.LCIODriver}.
+ * Tests of the {@link org.lcsim.util.loop.LCIODriver}. 
  * @author jeremym
  */
-public class LCIODriverTest 
+public class LCIODriverTest extends TestCase
 {
 	private final String writeCollection[] = {"MCParticle"};  
 	
CVSspam 0.2.8