Commit in lcsim/test/org/lcsim/detector/driver on MAIN
SiTrackerBarrelReadLcioTest.java+1-11.2 -> 1.3
SimTrackerDigitizationTest.java+1-11.3 -> 1.4
SimTrackerHitIdentifierReadoutDriverTest.java+1-11.1 -> 1.2
SimTrackerHitIdentifierTest.java+2-21.2 -> 1.3
SimTrackerHitPositionalReadoutDriverTest.java+1-11.4 -> 1.5
+6-6
5 modified files
JM: Update URL of test LCIO file.

lcsim/test/org/lcsim/detector/driver
SiTrackerBarrelReadLcioTest.java 1.2 -> 1.3
diff -u -r1.2 -r1.3
--- SiTrackerBarrelReadLcioTest.java	1 May 2007 23:42:52 -0000	1.2
+++ SiTrackerBarrelReadLcioTest.java	23 May 2007 20:13:44 -0000	1.3
@@ -26,7 +26,7 @@
     public void testReadLcio() throws Exception
     {        
         URL url = 
-            new URL("http://www.lcsim.org/test/lcio/mu-_10GeV_10_SLIC_v2r1p7_geant4-v8r2p0_SiTrackerBarrelTest00.slcio");
+            new URL("http://www.lcsim.org/test/lcio/mu-_10GeV_SiTrackerBarrelTest00.slcio");
         FileCache cache = new FileCache();
         File file = cache.getCachedFile(url);
         

lcsim/test/org/lcsim/detector/driver
SimTrackerDigitizationTest.java 1.3 -> 1.4
diff -u -r1.3 -r1.4
--- SimTrackerDigitizationTest.java	23 May 2007 00:09:38 -0000	1.3
+++ SimTrackerDigitizationTest.java	23 May 2007 20:13:44 -0000	1.4
@@ -55,7 +55,7 @@
     public void testReadout() throws Exception
     {        
         URL url = 
-            new URL("http://www.lcsim.org/test/lcio/mu-_10GeV_10_SLIC_v2r1p7_geant4-v8r2p0_SiTrackerBarrelTest00.slcio");
+            new URL("http://www.lcsim.org/test/lcio/mu-_10GeV_SiTrackerBarrelTest00.slcio");
         FileCache cache = new FileCache();
         File file = cache.getCachedFile(url);        
 

lcsim/test/org/lcsim/detector/driver
SimTrackerHitIdentifierReadoutDriverTest.java 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- SimTrackerHitIdentifierReadoutDriverTest.java	22 May 2007 22:43:26 -0000	1.1
+++ SimTrackerHitIdentifierReadoutDriverTest.java	23 May 2007 20:13:44 -0000	1.2
@@ -48,7 +48,7 @@
     public void testReadout() throws Exception
     {        
         URL url = 
-            new URL("http://www.lcsim.org/test/lcio/mu-_10GeV_10_SLIC_v2r1p7_geant4-v8r2p0_SiTrackerBarrelTest00.slcio");
+            new URL("http://www.lcsim.org/test/lcio/mu-_10GeV_SiTrackerBarrelTest00.slcio");
         FileCache cache = new FileCache();
         File file = cache.getCachedFile(url);        
 

lcsim/test/org/lcsim/detector/driver
SimTrackerHitIdentifierTest.java 1.2 -> 1.3
diff -u -r1.2 -r1.3
--- SimTrackerHitIdentifierTest.java	8 May 2007 01:22:40 -0000	1.2
+++ SimTrackerHitIdentifierTest.java	23 May 2007 20:13:44 -0000	1.3
@@ -31,7 +31,7 @@
  * @see org.lcsim.detector.IDetectorElement
  * @see org.lcsim.geometry.Subdetector
  *
- * @version $Id: SimTrackerHitIdentifierTest.java,v 1.2 2007/05/08 01:22:40 jeremy Exp $
+ * @version $Id: SimTrackerHitIdentifierTest.java,v 1.3 2007/05/23 20:13:44 jeremy Exp $
  * @author  jeremym
  */
 public class SimTrackerHitIdentifierTest 
@@ -50,7 +50,7 @@
     public void testReadLcio() throws Exception
     {        
         URL url = 
-            new URL("http://www.lcsim.org/test/lcio/mu-_10GeV_10_SLIC_v2r1p7_geant4-v8r2p0_SiTrackerBarrelTest00.slcio");
+            new URL("http://www.lcsim.org/test/lcio/mu-_10GeV_SiTrackerBarrelTest00.slcio");
         FileCache cache = new FileCache();
         File file = cache.getCachedFile(url);
         

lcsim/test/org/lcsim/detector/driver
SimTrackerHitPositionalReadoutDriverTest.java 1.4 -> 1.5
diff -u -r1.4 -r1.5
--- SimTrackerHitPositionalReadoutDriverTest.java	8 May 2007 01:22:40 -0000	1.4
+++ SimTrackerHitPositionalReadoutDriverTest.java	23 May 2007 20:13:44 -0000	1.5
@@ -48,7 +48,7 @@
     public void testReadout() throws Exception
     {        
         URL url = 
-            new URL("http://www.lcsim.org/test/lcio/mu-_10GeV_10_SLIC_v2r1p7_geant4-v8r2p0_SiTrackerBarrelTest00.slcio");
+            new URL("http://www.lcsim.org/test/lcio/mu-_10GeV_SiTrackerBarrelTest00.slcio");
         FileCache cache = new FileCache();
         File file = cache.getCachedFile(url);        
 
CVSspam 0.2.8