Commit in GeomConverter/test/org/lcsim/geometry/compact/converter on MAIN
MainTest.java+1-11.4 -> 1.5
use more recent detector

GeomConverter/test/org/lcsim/geometry/compact/converter
MainTest.java 1.4 -> 1.5
diff -u -r1.4 -r1.5
--- MainTest.java	6 Sep 2007 21:12:04 -0000	1.4
+++ MainTest.java	25 Mar 2009 00:26:11 -0000	1.5
@@ -27,7 +27,7 @@
    
    protected void setUp() throws Exception
    {
-      InputStream in = MainTest.class.getResourceAsStream("/org/lcsim/geometry/compact/sdjan03_compact.xml");
+      InputStream in = MainTest.class.getResourceAsStream("/org/lcsim/geometry/compact/sid01_compact.xml");
       tempFile = File.createTempFile("xyz","xml");
       OutputStream out = new FileOutputStream(tempFile);
       byte[] buffer = new byte[8096];
CVSspam 0.2.8