Print

Print


Commit in GeomConverter/test/org/lcsim/geometry/compact/converter/lcdd on MAIN
SiTrackerEndcapTest.java+7-21.1 -> 1.2


GeomConverter/test/org/lcsim/geometry/compact/converter/lcdd
SiTrackerEndcapTest.java 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- SiTrackerEndcapTest.java	29 Oct 2007 05:10:19 -0000	1.1
+++ SiTrackerEndcapTest.java	7 Nov 2007 00:35:45 -0000	1.2
@@ -18,13 +18,18 @@
 {    
     public SiTrackerEndcapTest(String name)
     {
-    	super(name);
+        super(name);
+    }
+    
+    public static TestSuite suite()
+    {
+        return new TestSuite(SiTrackerEndcapTest.class);
     }
     
     public void test_converter() throws Exception
     {
         InputStream in = SiTrackerBarrel.class.getResourceAsStream("/org/lcsim/detector/converter/compact/SiTrackerEndcapTest.xml");
         OutputStream out = new BufferedOutputStream(new FileOutputStream(new TestOutputFile("SiTrackerEndcapTest.lcdd")));
-        new Main(true).convert("SiTrackerBarrelTest",in,out);
+        new Main(true).convert("SiTrackerEndcapTest",in,out);
     }
 }
CVSspam 0.2.8