Commit in SlicDiagnostics/test/org/lcsim/slic/diagnostics on MAIN
MainTest.java-611.2 removed


SlicDiagnostics/test/org/lcsim/slic/diagnostics
MainTest.java removed after 1.2
diff -N MainTest.java
--- MainTest.java	1 Aug 2005 06:35:53 -0000	1.2
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,61 +0,0 @@
-package org.lcsim.slic.diagnostics;
-
-import org.lcsim.slic.diagnostics.Main;
-
-import java.io.File;
-import java.net.URL;
-import java.util.List;
-import java.util.ArrayList;
-
-import org.lcsim.event.EventHeader;
-import org.lcsim.util.cache.FileCache;
-import org.lcsim.util.loop.LCSimLoop;
-
-import junit.framework.Test;
-import junit.framework.TestCase;
-import junit.framework.TestSuite;
-
-/**
- *
- * @author jeremym
- */
-public class MainTest extends TestCase
-{
-    private static final String[] fileURLs =
-    {"http://www.lcsim.org/test/lcio/ZPoleUDS_50evt_SLIC_v1r9p1_sidmay05.slcio"};
-    
-    public MainTest(String testName)
-    {
-        super(testName);
-    }
-    
-    public static Test suite()
-    {
-        return new TestSuite(MainTest.class);
-    }
-    
-    protected void setUp() throws Exception
-    {
-    }
-    
-    public void testDUMMY() throws Exception
-    {
-        return;
-    }
-                
-    /*
-    public void testMain() throws Exception
-    {
-        String[] localFiles = new String[fileURLs.length];
-        for ( int i=0; i < fileURLs.length; i++ )
-        {
-            URL url = new URL(fileURLs[i]);
-            FileCache cache = new FileCache();
-            File file = cache.getCachedFile(url);
-            localFiles[i] = file.toString();
-        }       
-        
-        Main.main(localFiles);
-    }
-     */
-}
\ No newline at end of file
CVSspam 0.2.8