Commit in lcsim/test/org/lcsim on MAIN
CombinedTrackerDigiTest.java+6-51.3 -> 1.4
new data file to fix test failure

lcsim/test/org/lcsim
CombinedTrackerDigiTest.java 1.3 -> 1.4
diff -u -r1.3 -r1.4
--- CombinedTrackerDigiTest.java	29 Jan 2009 23:50:32 -0000	1.3
+++ CombinedTrackerDigiTest.java	24 Feb 2009 19:39:07 -0000	1.4
@@ -9,14 +9,15 @@
 import org.lcsim.util.cache.FileCache;
 import org.lcsim.util.loop.LCSimLoop;
 
-public class CombinedTrackerDigiTest extends TestCase {
-	
-	public void test() throws Exception {			
+public class CombinedTrackerDigiTest extends TestCase 
+{
+	public void test() throws Exception 
+	{			
 		FileCache cache = new FileCache();
-		File file = cache.getCachedFile(new URL("http://www.lcsim.org/test/lcio/muons_Theta4-176_1-10GeV_SLIC-v2r4p6_geant4-v9r1p2_LCPhys_sid01_planar_tracker.slcio"));				
+		File file = cache.getCachedFile(new URL("http://www.lcsim.org/test/lcio/muons_Theta4-176_1-10GeV_SLIC-v2r5p3_geant4-v9r1p2_LCPhys_sid01_planar_tracker.slcio"));				
 		LCSimLoop loop = new LCSimLoop();		
 		loop.setLCIORecordSource(file); 
 		loop.add(new DigiSeedTrackerDriver());
 		loop.loop(2,null);
 	}	
-}
+}
\ No newline at end of file
CVSspam 0.2.8