Commit in lcsim/test/org/lcsim/conditions on MAIN
DetectorLocator_Test.java+18added 1.1
JM: add test that reads all detectors from lcsim.org

lcsim/test/org/lcsim/conditions
DetectorLocator_Test.java added at 1.1
diff -N DetectorLocator_Test.java
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ DetectorLocator_Test.java	8 Feb 2006 00:50:06 -0000	1.1
@@ -0,0 +1,18 @@
+package org.lcsim.conditions;
+
+import junit.framework.Test;
+import junit.framework.TestCase;
+import junit.framework.TestSuite;
+
+public class DetectorLocator_Test extends TestCase
+{
+    public static Test suite()
+    {
+        return new TestSuite(DetectorLocator_Test.class);
+    }
+    
+    public void testDetectorLocator() throws Exception
+    {
+        DetectorLocator.cacheDetectors();
+    }    
+}
CVSspam 0.2.8