Commit in lcsim/test/org/lcsim/recon/vertexing/zvtop4/fitter on MAIN
VertexFitterTest.java+1-11.3 -> 1.4
abort event loop after 5 events

lcsim/test/org/lcsim/recon/vertexing/zvtop4/fitter
VertexFitterTest.java 1.3 -> 1.4
diff -u -r1.3 -r1.4
--- VertexFitterTest.java	22 Mar 2006 09:37:36 -0000	1.3
+++ VertexFitterTest.java	22 Mar 2006 09:43:01 -0000	1.4
@@ -50,7 +50,7 @@
     public void testFit() throws org.freehep.record.loop.LoopException, java.io.IOException {
         loop.add(new MCFast());
         loop.add(new TrackFitDriver());
-        loop.loop(-1);
+        loop.loop(5);
     }
     private class TrackFitDriver extends Driver {
         private List<double[]> weights = new ArrayList<double[]>();
CVSspam 0.2.8