Commit in lcsim/test/org/lcsim on MAIN
digisim/DigiSimTest.java+1-11.4 -> 1.5
recon/cluster/fixedcone/FixedConeClustererTest.java+1-11.3 -> 1.4
recon/cluster/nn/NearestNeighborClustererTest.java+1-11.2 -> 1.3
util/heprep/LCSimHepRepConverterTest.java+1-11.3 -> 1.4
+4-4
4 modified files
Changed home dir locations of datasamples to www.lcsim.org/datasamples locations after copying over LCIO files.

lcsim/test/org/lcsim/digisim
DigiSimTest.java 1.4 -> 1.5
diff -u -r1.4 -r1.5
--- DigiSimTest.java	12 May 2005 18:47:01 -0000	1.4
+++ DigiSimTest.java	23 Jun 2005 23:34:31 -0000	1.5
@@ -31,7 +31,7 @@
    public void testDigiSim() throws Exception
    {
       // data file
-      URL url = new URL("http://www.slac.stanford.edu/~tonyj/zpole.slcio");
+      URL url = new URL("http://www.lcsim.org/datasamples/zpole.slcio");
       FileCache cache = new FileCache();
       File file = cache.getCachedFile(url);
 

lcsim/test/org/lcsim/recon/cluster/fixedcone
FixedConeClustererTest.java 1.3 -> 1.4
diff -u -r1.3 -r1.4
--- FixedConeClustererTest.java	2 May 2005 22:08:42 -0000	1.3
+++ FixedConeClustererTest.java	23 Jun 2005 23:34:31 -0000	1.4
@@ -39,7 +39,7 @@
 
    public static void testNNClusterer() throws IOException
    {
-      URL url = new URL("http://www.slac.stanford.edu/~ngraf/lcddata/slic/slic_sdjan03_muons_Theta4-176_1-10GeV.slcio");
+      URL url = new URL("http://www.lcsim.org/datasamples/slic_sdjan03_muons_Theta4-176_1-10GeV.slcio");
       FileCache cache = new FileCache();
       File file = cache.getCachedFile(url);
 

lcsim/test/org/lcsim/recon/cluster/nn
NearestNeighborClustererTest.java 1.2 -> 1.3
diff -u -r1.2 -r1.3
--- NearestNeighborClustererTest.java	2 May 2005 22:08:42 -0000	1.2
+++ NearestNeighborClustererTest.java	23 Jun 2005 23:34:32 -0000	1.3
@@ -39,7 +39,7 @@
 
    public static void testNNClusterer() throws IOException
    {
-      URL url = new URL("http://www.slac.stanford.edu/~ngraf/lcddata/slic/slic_sdjan03_muons_Theta4-176_1-10GeV.slcio");
+      URL url = new URL("http://www.lcsim.org/datasamples/slic_sdjan03_muons_Theta4-176_1-10GeV.slcio");
       FileCache cache = new FileCache();
       File file = cache.getCachedFile(url);
 

lcsim/test/org/lcsim/util/heprep
LCSimHepRepConverterTest.java 1.3 -> 1.4
diff -u -r1.3 -r1.4
--- LCSimHepRepConverterTest.java	14 Mar 2005 16:11:38 -0000	1.3
+++ LCSimHepRepConverterTest.java	23 Jun 2005 23:34:32 -0000	1.4
@@ -55,7 +55,7 @@
     */
    public void testConvert() throws Exception
    {
-      URL url = new URL("http://www.slac.stanford.edu/~tonyj/zpole.slcio");
+      URL url = new URL("http://www.lcsim.org/datasamples/zpole.slcio");
       FileCache cache = new FileCache();
       File file = cache.getCachedFile(url);
       LCIOReader reader = new LCIOReader(file);
CVSspam 0.2.8