Commit in GeomConverter/test/org/lcsim/geometry/subdetector on MAIN
DESubdetectorTest.java-431.1 removed
JM: Remove old test.

GeomConverter/test/org/lcsim/geometry/subdetector
DESubdetectorTest.java removed after 1.1
diff -N DESubdetectorTest.java
--- DESubdetectorTest.java	15 Mar 2007 02:09:16 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,43 +0,0 @@
-/*
- * CylindricalBarrelCalorimeterTest.java
- *
- * Created on June 15, 2005, 12:00 PM
- */
-
-package org.lcsim.geometry.subdetector;
-
-import java.io.InputStream;
-
-import junit.framework.TestCase;
-import junit.framework.TestSuite;
-
-import org.lcsim.geometry.GeometryReader;
-import org.lcsim.geometry.compact.Detector;
-
-/**
- *
- * @author jeremym
- */
-public class DESubdetectorTest extends TestCase
-{
-    Detector detector;
-    
-    public DESubdetectorTest()
-    {}
-    
-    protected void setUp() throws java.lang.Exception
-    {
-        InputStream in = this.getClass().getResourceAsStream("/org/lcsim/geometry/subdetector/DESubdetectorTest.xml");
-       
-        GeometryReader reader = new GeometryReader();
-        detector = reader.read(in);
-    }
-    
-    public static junit.framework.Test suite()
-    {
-        return new TestSuite(DESubdetectorTest.class);
-    }        
-    
-    public void testMySubdetector()
-    {}
-}
\ No newline at end of file
CVSspam 0.2.8