Commit in lcsim/test/org/lcsim/recon/vertexing on MAIN
billoir/VertexFitterTest.java+5-31.5 -> 1.6
zvtop4/ZvTrackTest.java+1-11.6 -> 1.7
+6-4
2 modified files
new test files

lcsim/test/org/lcsim/recon/vertexing/billoir
VertexFitterTest.java 1.5 -> 1.6
diff -u -r1.5 -r1.6
--- VertexFitterTest.java	11 Sep 2007 00:21:02 -0000	1.5
+++ VertexFitterTest.java	17 Mar 2009 22:19:25 -0000	1.6
@@ -1,7 +1,7 @@
 package org.lcsim.recon.vertexing.billoir;
 
 /**
- * @version $Id: VertexFitterTest.java,v 1.5 2007/09/11 00:21:02 tonyj Exp $
+ * @version $Id: VertexFitterTest.java,v 1.6 2009/03/17 22:19:25 jeremy Exp $
  */
 
 
@@ -32,7 +32,7 @@
  * @author jstrube
  *
  */
-
+// FIXME: Test case has no assertions.
 public class VertexFitterTest extends TestCase {
     private Track track1;
     private Track track2;
@@ -46,8 +46,10 @@
         super.setUp();
         loop = new LCSimLoop();
         // contains psi- mu mu events
-        location = new URL("ftp://ftp-lcd.slac.stanford.edu/lcd/ILC/ILC500/Zgamma/stdhep/pythia/pythiaZgamma.stdhep");
+        //location = new URL("ftp://ftp-lcd.slac.stanford.edu/lcd/ILC/ILC500/Zgamma/stdhep/pythia/pythiaZgamma.stdhep");
 //         location = new URL("ftp://ftp-lcd.slac.stanford.edu/lcd/ILC/singleParticle/stdhep/psi_mumu_Theta4-176_5-100GeV.stdhep");
+        // Replace old URL with stdhep file containing 1 event.
+        location = new URL("http://www.lcsim.org/test/stdhep/pythiaZgamma-0-1.stdhep");
         cache = new FileCache();
         trackFile = cache.getCachedFile(location);
         loop.setStdhepRecordSource(trackFile, "sidaug05");

lcsim/test/org/lcsim/recon/vertexing/zvtop4
ZvTrackTest.java 1.6 -> 1.7
diff -u -r1.6 -r1.7
--- ZvTrackTest.java	11 Sep 2007 00:21:02 -0000	1.6
+++ ZvTrackTest.java	17 Mar 2009 22:19:25 -0000	1.7
@@ -26,7 +26,7 @@
         super.setUp();
         loop = new LCSimLoop();
         // contains psi- mu mu events
-        location = new URL("http://www.lcsim.org/datasamples/psiMuMu.slcio");
+        location = new URL("http://www.lcsim.org/test/lcio/psi_mumu_Theta4-176_5-100GeV_SLIC-v2r5p4_geant4-v9r2p0_LCPhys_sid02.slcio");
         cache = new FileCache();
         primaryVertexFile = cache.getCachedFile(location);
         loop.setLCIORecordSource(primaryVertexFile);
CVSspam 0.2.8