Print

Print


Commit in lcsim/test/org/lcsim on MAIN
HitPositionTest.java+1-11.4 -> 1.5
digisim/DigiSimTest.java+1-11.11 -> 1.12
recon/cluster/fixedcone/FixedConeClustererTest.java+1-11.12 -> 1.13
util/heprep/LCSimHepRepConverterTest.java+1-11.8 -> 1.9
util/loop/LCIODriverTest.java+2-21.8 -> 1.9
+6-6
5 modified files
correct URL of .slcio test file

lcsim/test/org/lcsim
HitPositionTest.java 1.4 -> 1.5
diff -u -r1.4 -r1.5
--- HitPositionTest.java	25 Mar 2009 01:01:15 -0000	1.4
+++ HitPositionTest.java	17 Aug 2011 22:55:20 -0000	1.5
@@ -29,7 +29,7 @@
 
     public void testHitPosition() throws Exception
     {
-        runTestFile("http://www.lcsim.org/test/lcio/mu_10.0GeV_Theta90_SLIC-v2r5p3_geant4-v9r1p2_LCPhys_sid01.slcio");
+        runTestFile("http://www.lcsim.org/test/lcio/mu_10GeV_Theta90_SLIC-v2r5p3_geant4-v9r1p2_LCPhys_sid01.slcio");
     }
 
     private void runTestFile(String s) throws Exception

lcsim/test/org/lcsim/digisim
DigiSimTest.java 1.11 -> 1.12
diff -u -r1.11 -r1.12
--- DigiSimTest.java	25 Mar 2009 01:01:15 -0000	1.11
+++ DigiSimTest.java	17 Aug 2011 22:55:20 -0000	1.12
@@ -31,7 +31,7 @@
    public void testDigiSim() throws Exception
    {
       // data file
-      URL url = new URL("http://www.lcsim.org/test/lcio/mu_10.0GeV_Theta90_SLIC-v2r5p3_geant4-v9r1p2_LCPhys_sid01.slcio");
+      URL url = new URL("http://www.lcsim.org/test/lcio/mu_10GeV_Theta90_SLIC-v2r5p3_geant4-v9r1p2_LCPhys_sid01.slcio");
       FileCache cache = new FileCache();
       File file = cache.getCachedFile(url);
 

lcsim/test/org/lcsim/recon/cluster/fixedcone
FixedConeClustererTest.java 1.12 -> 1.13
diff -u -r1.12 -r1.13
--- FixedConeClustererTest.java	27 Jan 2010 17:20:24 -0000	1.12
+++ FixedConeClustererTest.java	17 Aug 2011 22:55:20 -0000	1.13
@@ -33,7 +33,7 @@
 
    public static void testNNClusterer() throws IOException, LoopException
    {      
-      URL url = new URL("http://www.lcsim.org/test/lcio/mu_10.0GeV_Theta90_SLIC-v2r5p3_geant4-v9r1p2_LCPhys_sid01.slcio");
+      URL url = new URL("http://www.lcsim.org/test/lcio/mu_10GeV_Theta90_SLIC-v2r5p3_geant4-v9r1p2_LCPhys_sid01.slcio");
       
       FileCache cache = new FileCache();
       File file = cache.getCachedFile(url);

lcsim/test/org/lcsim/util/heprep
LCSimHepRepConverterTest.java 1.8 -> 1.9
diff -u -r1.8 -r1.9
--- LCSimHepRepConverterTest.java	25 Mar 2009 01:01:15 -0000	1.8
+++ LCSimHepRepConverterTest.java	17 Aug 2011 22:55:20 -0000	1.9
@@ -62,7 +62,7 @@
    public void testConvert() throws Exception
    {        
       LCSimConditionsManagerImplementation.register();
-      URL url = new URL("http://www.lcsim.org/test/lcio/mu_10.0GeV_Theta90_SLIC-v2r5p3_geant4-v9r1p2_LCPhys_sid01.slcio");
+      URL url = new URL("http://www.lcsim.org/test/lcio/mu_10GeV_Theta90_SLIC-v2r5p3_geant4-v9r1p2_LCPhys_sid01.slcio");
       FileCache cache = new FileCache();
       File file = cache.getCachedFile(url);
       LCIOReader reader = new LCIOReader(file);

lcsim/test/org/lcsim/util/loop
LCIODriverTest.java 1.8 -> 1.9
diff -u -r1.8 -r1.9
--- LCIODriverTest.java	12 Mar 2011 00:36:15 -0000	1.8
+++ LCIODriverTest.java	17 Aug 2011 22:55:20 -0000	1.9
@@ -38,7 +38,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_sid01.slcio"));
+		File inputFile = cache.getCachedFile(new URL("http://www.lcsim.org/test/lcio/mu_10GeV_Theta90_SLIC-v2r5p3_geant4-v9r1p2_LCPhys_sid01.slcio"));
 		
 		LCSimLoop loopWrite = new LCSimLoop();
 		loopWrite.setLCIORecordSource(inputFile);
@@ -84,7 +84,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_sid01.slcio"));
+		File inputFile = cache.getCachedFile(new URL("http://www.lcsim.org/test/lcio/mu_10GeV_Theta90_SLIC-v2r5p3_geant4-v9r1p2_LCPhys_sid01.slcio"));
 		
 		LCSimLoop loopWrite = new LCSimLoop();
 		loopWrite.setLCIORecordSource(inputFile);
CVSspam 0.2.8