Commit in lcsim/test/org/lcsim/util/loop on MAIN
LCIODriverTest.java+2-21.5 -> 1.6
new test file (sid02 = bad)

lcsim/test/org/lcsim/util/loop
LCIODriverTest.java 1.5 -> 1.6
diff -u -r1.5 -r1.6
--- LCIODriverTest.java	12 Mar 2009 23:44:44 -0000	1.5
+++ LCIODriverTest.java	25 Mar 2009 00:44:27 -0000	1.6
@@ -29,7 +29,7 @@
 	public void testWriteOnlyCollection() throws Exception
 	{	
 		FileCache cache = new FileCache();
-		File inputFile = cache.getCachedFile(new URL("http://www.lcsim.org/test/lcio/mu_10.0GeV_Theta90_SLIC-v2r5p3_geant4-v9r1p2_LCPhys_sid02.slcio"));
+		File inputFile = cache.getCachedFile(new URL("http://www.lcsim.org/test/lcio/mu_10.0GeV_Theta90_SLIC-v2r5p3_geant4-v9r1p2_LCPhys_sid01.slcio"));
 		
 		LCSimLoop loopWrite = new LCSimLoop();
 		loopWrite.setLCIORecordSource(inputFile);
@@ -75,7 +75,7 @@
 	public void testIgnoreCollections() throws Exception
 	{
 		FileCache cache = new FileCache();
-		File inputFile = cache.getCachedFile(new URL("http://www.lcsim.org/test/lcio/mu_10.0GeV_Theta90_SLIC-v2r5p3_geant4-v9r1p2_LCPhys_sid02.slcio"));
+		File inputFile = cache.getCachedFile(new URL("http://www.lcsim.org/test/lcio/mu_10.0GeV_Theta90_SLIC-v2r5p3_geant4-v9r1p2_LCPhys_sid01.slcio"));
 		
 		LCSimLoop loopWrite = new LCSimLoop();
 		loopWrite.setLCIORecordSource(inputFile);
CVSspam 0.2.8