Commit in lcsim/test/org/lcsim/util/lcio on MAIN
CalorimeterHitIOTest.java+3-41.5 -> 1.6
remove spurious output

lcsim/test/org/lcsim/util/lcio
CalorimeterHitIOTest.java 1.5 -> 1.6
diff -u -r1.5 -r1.6
--- CalorimeterHitIOTest.java	4 May 2010 17:48:24 -0000	1.5
+++ CalorimeterHitIOTest.java	5 May 2010 16:18:20 -0000	1.6
@@ -19,15 +19,14 @@
  * to a file, read back in, and checked for correctness.
  *
  * @author Jeremy McCormick <[log in to unmask]>
- * @version $Id: CalorimeterHitIOTest.java,v 1.5 2010/05/04 17:48:24 ngraf Exp $
+ * @version $Id: CalorimeterHitIOTest.java,v 1.6 2010/05/05 16:18:20 ngraf Exp $
  */
 public class CalorimeterHitIOTest extends TestCase
 {
    public void testCalorimeterHitIO() throws IOException
    {
-       System.out.println("hi");
       // Create an empty event.
-      EventHeader event = new BaseLCSimEvent(0,0,"sidloi");
+      EventHeader event = new BaseLCSimEvent(0,0,"sdjan03");
       
       // Create a list of test flags, all permutations of 4 settings for 16 total.
       List<Integer> testFlags = makeTestFlags();
@@ -104,7 +103,7 @@
             
             // Check that the raw energies are equal.
             assertEquals("rawEnergy not equal", hit.getRawEnergy(), testhit.getRawEnergy());
-            
+
             // Check that times are equal.
             if (LCIOUtil.bitTest(flag,LCIOConstants.RCHBIT_TIME))
             {
CVSspam 0.2.8