Print

Print


Commit in GeomConverter/test/org/lcsim/geometry/compact/converter/lcdd on MAIN
ConvertTest.java+2-21.7 -> 1.8
EcalBarrel_ConverterTest.java+1-11.2 -> 1.3
ForwardDetectorCnvTest.java+1-11.2 -> 1.3
PolyhedraBarrelCalorimeter2ConverterTest.java+1-11.1 -> 1.2
PolyhedraBarrelCalorimeterConverterTest.java+2-21.5 -> 1.6
PolyhedraEndcapCalorimeterConverterTest.java+2-21.3 -> 1.4
RZFieldMapConverterTest.java+1-11.1 -> 1.2
SiTrackerBarrelTest.java+1-11.2 -> 1.3
SiTrackerEndcapTest.java+1-11.2 -> 1.3
SidHcalConverterTest.java+3-31.1 -> 1.2
TPCConverterTest.java+1-11.1 -> 1.2
TestBeamCalorimeterConverterTest.java+2-21.2 -> 1.3
TestBeamTrackerConverterTest.java+2-21.1 -> 1.2
TubeSegmentTest.java+1-11.1 -> 1.2
+21-21
14 modified files
remove manual validation setting; XML output validation is on by default

GeomConverter/test/org/lcsim/geometry/compact/converter/lcdd
ConvertTest.java 1.7 -> 1.8
diff -u -r1.7 -r1.8
--- ConvertTest.java	23 Jul 2005 01:12:57 -0000	1.7
+++ ConvertTest.java	7 Dec 2010 20:15:45 -0000	1.8
@@ -26,6 +26,6 @@
    public void testMain() throws Exception
    {
       InputStream in = ConvertTest.class.getResourceAsStream("/org/lcsim/geometry/compact/sdjan03_compact.xml");
-      new Main(true).convert("sdjan03",in,null);
+      new Main().convert("sdjan03",in,null);
    }
-}
\ No newline at end of file
+}

GeomConverter/test/org/lcsim/geometry/compact/converter/lcdd
EcalBarrel_ConverterTest.java 1.2 -> 1.3
diff -u -r1.2 -r1.3
--- EcalBarrel_ConverterTest.java	9 Aug 2007 22:44:51 -0000	1.2
+++ EcalBarrel_ConverterTest.java	7 Dec 2010 20:15:45 -0000	1.3
@@ -26,6 +26,6 @@
       InputStream in = EcalBarrel_ConverterTest.class.getResourceAsStream("/org/lcsim/geometry/subdetector/EcalBarrelTest.xml");
       File file = new TestOutputFile("EcalBarrel_ConverterTest.lcdd");
       OutputStream out = new FileOutputStream(file);
-      new Main(true).convert("EcalBarrel_ConverterTest",in,out);            
+      new Main().convert("EcalBarrel_ConverterTest",in,out);            
     }  
 }

GeomConverter/test/org/lcsim/geometry/compact/converter/lcdd
ForwardDetectorCnvTest.java 1.2 -> 1.3
diff -u -r1.2 -r1.3
--- ForwardDetectorCnvTest.java	27 Jun 2005 21:57:36 -0000	1.2
+++ ForwardDetectorCnvTest.java	7 Dec 2010 20:15:45 -0000	1.3
@@ -30,6 +30,6 @@
     public void testForwardDetectorCnv() throws Exception
     {
       InputStream in = ForwardDetectorCnvTest.class.getResourceAsStream("/org/lcsim/geometry/subdetector/ForwardDetectorTest.xml");
-      new Main(true).convert("ForwardDetectorTest",in,null);      
+      new Main().convert("ForwardDetectorTest",in,null);      
     }  
 }

GeomConverter/test/org/lcsim/geometry/compact/converter/lcdd
PolyhedraBarrelCalorimeter2ConverterTest.java 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- PolyhedraBarrelCalorimeter2ConverterTest.java	30 Apr 2010 00:06:07 -0000	1.1
+++ PolyhedraBarrelCalorimeter2ConverterTest.java	7 Dec 2010 20:15:45 -0000	1.2
@@ -22,6 +22,6 @@
                 PolyhedraBarrelCalorimeterConverterTest.class.
                 getResourceAsStream("/org/lcsim/geometry/subdetector/PolyhedraBarrelCalorimeter2Test.xml");
         OutputStream out = new BufferedOutputStream(new FileOutputStream(new TestOutputFile("PolyhedraBarrelCalorimeter2Test.lcdd")));
-        new Main(true).convert("PolyhedraBarrelCalorimeter2Test",in,out);
+        new Main().convert("PolyhedraBarrelCalorimeter2Test",in,out);
     }
 }

GeomConverter/test/org/lcsim/geometry/compact/converter/lcdd
PolyhedraBarrelCalorimeterConverterTest.java 1.5 -> 1.6
diff -u -r1.5 -r1.6
--- PolyhedraBarrelCalorimeterConverterTest.java	9 Aug 2007 22:44:51 -0000	1.5
+++ PolyhedraBarrelCalorimeterConverterTest.java	7 Dec 2010 20:15:45 -0000	1.6
@@ -31,6 +31,6 @@
                 getResourceAsStream(
                 "/org/lcsim/geometry/subdetector/PolyhedraBarrelCalorimeterTest.xml");
         OutputStream out = new BufferedOutputStream(new FileOutputStream(new TestOutputFile("PolyhedraBarrelCalorimeterTest.lcdd")));
-        new Main(true).convert("PolyhedraBarrelCalorimeterTest",in,out);
+        new Main().convert("PolyhedraBarrelCalorimeterTest",in,out);
     }
-}
\ No newline at end of file
+}

GeomConverter/test/org/lcsim/geometry/compact/converter/lcdd
PolyhedraEndcapCalorimeterConverterTest.java 1.3 -> 1.4
diff -u -r1.3 -r1.4
--- PolyhedraEndcapCalorimeterConverterTest.java	9 Aug 2007 22:44:51 -0000	1.3
+++ PolyhedraEndcapCalorimeterConverterTest.java	7 Dec 2010 20:15:45 -0000	1.4
@@ -28,6 +28,6 @@
                 PolyhedraEndcapCalorimeterConverterTest.class.
                 getResourceAsStream(
                 "/org/lcsim/geometry/subdetector/PolyhedraEndcapCalorimeterTest.xml");
-        new Main(true).convert("PolyhedraEndcapCalorimeterTest",in,new FileOutputStream(new TestOutputFile("PolyhedraEndcapCalorimeterTest.lcdd")));
+        new Main().convert("PolyhedraEndcapCalorimeterTest",in,new FileOutputStream(new TestOutputFile("PolyhedraEndcapCalorimeterTest.lcdd")));
     }
-}
\ No newline at end of file
+}

GeomConverter/test/org/lcsim/geometry/compact/converter/lcdd
RZFieldMapConverterTest.java 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- RZFieldMapConverterTest.java	1 Sep 2005 23:10:12 -0000	1.1
+++ RZFieldMapConverterTest.java	7 Dec 2010 20:15:45 -0000	1.2
@@ -29,6 +29,6 @@
     public void testRZFieldMapConverter() throws Exception
     {
       InputStream in = RZFieldMapConverterTest.class.getResourceAsStream("/org/lcsim/geometry/field/RZFieldMapTest.xml");
-      new Main(true).convert("RZFieldMapTest",in,null);      
+      new Main().convert("RZFieldMapTest",in,null);      
     }  
 }

GeomConverter/test/org/lcsim/geometry/compact/converter/lcdd
SiTrackerBarrelTest.java 1.2 -> 1.3
diff -u -r1.2 -r1.3
--- SiTrackerBarrelTest.java	9 Aug 2007 22:44:51 -0000	1.2
+++ SiTrackerBarrelTest.java	7 Dec 2010 20:15:45 -0000	1.3
@@ -30,6 +30,6 @@
     {
         InputStream in = SiTrackerBarrel.class.getResourceAsStream("/org/lcsim/geometry/subdetector/SiTrackerBarrelTest.xml");
         OutputStream out = new BufferedOutputStream(new FileOutputStream(new TestOutputFile("SiTrackerBarrelTest.lcdd")));
-        new Main(true).convert("SiTrackerBarrelTest",in,out);
+        new Main().convert("SiTrackerBarrelTest",in,out);
     }
 }

GeomConverter/test/org/lcsim/geometry/compact/converter/lcdd
SiTrackerEndcapTest.java 1.2 -> 1.3
diff -u -r1.2 -r1.3
--- SiTrackerEndcapTest.java	7 Nov 2007 00:35:45 -0000	1.2
+++ SiTrackerEndcapTest.java	7 Dec 2010 20:15:45 -0000	1.3
@@ -30,6 +30,6 @@
     {
         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("SiTrackerEndcapTest",in,out);
+        new Main().convert("SiTrackerEndcapTest",in,out);
     }
 }

GeomConverter/test/org/lcsim/geometry/compact/converter/lcdd
SidHcalConverterTest.java 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- SidHcalConverterTest.java	26 Apr 2010 22:12:39 -0000	1.1
+++ SidHcalConverterTest.java	7 Dec 2010 20:15:45 -0000	1.2
@@ -13,7 +13,7 @@
  * This test generates an LCDD file for a test SidHcal.
  *
  * @author Jeremy McCormick <[log in to unmask]>
- * @version $Id: SidHcalConverterTest.java,v 1.1 2010/04/26 22:12:39 jeremy Exp $
+ * @version $Id: SidHcalConverterTest.java,v 1.2 2010/12/07 20:15:45 jeremy Exp $
  */
 public class SidHcalConverterTest extends TestCase
 {                
@@ -23,6 +23,6 @@
                 PolyhedraBarrelCalorimeterConverterTest.class.
                 getResourceAsStream("/org/lcsim/geometry/subdetector/SiDHcalTest.xml");
         OutputStream out = new BufferedOutputStream(new FileOutputStream(new TestOutputFile("SiDHcalTest.lcdd")));
-        new Main(true).convert("SiDHcalTest",in,out);
+        new Main().convert("SiDHcalTest",in,out);
     }
-}
\ No newline at end of file
+}

GeomConverter/test/org/lcsim/geometry/compact/converter/lcdd
TPCConverterTest.java 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- TPCConverterTest.java	20 Aug 2005 19:56:00 -0000	1.1
+++ TPCConverterTest.java	7 Dec 2010 20:15:45 -0000	1.2
@@ -22,6 +22,6 @@
     public void test_TPCConverter() throws Exception
     {
         InputStream in = TPCConverterTest.class.getResourceAsStream("/org/lcsim/geometry/subdetector/TPCTest.xml");
-        new Main(true).convert("TPCTest",in,null);
+        new Main().convert("TPCTest",in,null);
     }
 }

GeomConverter/test/org/lcsim/geometry/compact/converter/lcdd
TestBeamCalorimeterConverterTest.java 1.2 -> 1.3
diff -u -r1.2 -r1.3
--- TestBeamCalorimeterConverterTest.java	26 Sep 2005 18:14:30 -0000	1.2
+++ TestBeamCalorimeterConverterTest.java	7 Dec 2010 20:15:45 -0000	1.3
@@ -29,6 +29,6 @@
     public void testTestBeamCalorimeterConverter() throws Exception
     {
       InputStream in = TestBeamCalorimeterConverterTest.class.getResourceAsStream("/org/lcsim/geometry/subdetector/TestBeamCalorimeterTest.xml");
-      new Main(true).convert("TestBeamCalTest",in,null);      
+      new Main().convert("TestBeamCalTest",in,null);      
     }  
-}
\ No newline at end of file
+}

GeomConverter/test/org/lcsim/geometry/compact/converter/lcdd
TestBeamTrackerConverterTest.java 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- TestBeamTrackerConverterTest.java	26 Sep 2005 18:14:40 -0000	1.1
+++ TestBeamTrackerConverterTest.java	7 Dec 2010 20:15:45 -0000	1.2
@@ -29,6 +29,6 @@
     public void testTestBeamCalorimeterConverter() throws Exception
     {
       InputStream in = TestBeamCalorimeterConverterTest.class.getResourceAsStream("/org/lcsim/geometry/subdetector/TestBeamTrackerTest.xml");
-      new Main(true).convert("TestBeamTrackerConverterTest",in,null);      
+      new Main().convert("TestBeamTrackerConverterTest",in,null);      
     }  
-}
\ No newline at end of file
+}

GeomConverter/test/org/lcsim/geometry/compact/converter/lcdd
TubeSegmentTest.java 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- TubeSegmentTest.java	30 Oct 2007 18:29:31 -0000	1.1
+++ TubeSegmentTest.java	7 Dec 2010 20:15:45 -0000	1.2
@@ -19,6 +19,6 @@
     {
         InputStream in = TubeSegment.class.getResourceAsStream("/org/lcsim/geometry/subdetector/TubeSegmentTest.xml");
         OutputStream out = new BufferedOutputStream(new FileOutputStream(new TestOutputFile("TubeSegmentTest.lcdd")));
-        new Main(true).convert("TubeSegmentTest",in,out);
+        new Main().convert("TubeSegmentTest",in,out);
     }
 }
CVSspam 0.2.8