Commit in GeomConverter/test/org/lcsim/geometry on MAIN
GeometryReaderTest.java+1-11.1 -> 1.2
compact/CompactReaderTest.java+1-11.1 -> 1.2
subdetector/CylindricalCalorimeterTest.java+1-11.2 -> 1.3
+3-3
3 modified files


GeomConverter/test/org/lcsim/geometry
GeometryReaderTest.java 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- GeometryReaderTest.java	28 Feb 2005 07:33:51 -0000	1.1
+++ GeometryReaderTest.java	15 Jul 2005 03:00:33 -0000	1.2
@@ -4,7 +4,7 @@
 import junit.framework.*;
 import java.io.InputStream;
 import org.jdom.JDOMException;
-import org.lcsim.geometry.compact.ElementFactory.ElementCreationException;
+import org.lcsim.util.xml.ElementFactory.ElementCreationException;
 
 /**
  *

GeomConverter/test/org/lcsim/geometry/compact
CompactReaderTest.java 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- CompactReaderTest.java	28 Feb 2005 07:33:51 -0000	1.1
+++ CompactReaderTest.java	15 Jul 2005 03:00:33 -0000	1.2
@@ -4,7 +4,7 @@
 import junit.framework.*;
 import java.io.InputStream;
 import org.jdom.JDOMException;
-import org.lcsim.geometry.compact.ElementFactory.ElementCreationException;
+import org.lcsim.util.xml.ElementFactory.ElementCreationException;
 
 /**
  *

GeomConverter/test/org/lcsim/geometry/subdetector
CylindricalCalorimeterTest.java 1.2 -> 1.3
diff -u -r1.2 -r1.3
--- CylindricalCalorimeterTest.java	21 Jun 2005 04:12:50 -0000	1.2
+++ CylindricalCalorimeterTest.java	15 Jul 2005 03:00:33 -0000	1.3
@@ -15,7 +15,7 @@
 import org.lcsim.geometry.Calorimeter;
 import org.lcsim.geometry.GeometryReader;
 import org.lcsim.geometry.compact.Detector;
-import org.lcsim.geometry.compact.ElementFactory.ElementCreationException;
+import org.lcsim.util.xml.ElementFactory.ElementCreationException;
 
 import org.lcsim.geometry.compact.LayeredSubdetector;
 
CVSspam 0.2.8