Print

Print


Commit in lcsim/test/org/lcsim/conditions on MAIN
DetectorLocator_Test.java+2-11.1 -> 1.2
Try turning off detector locator test to save time/memory

lcsim/test/org/lcsim/conditions
DetectorLocator_Test.java 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- DetectorLocator_Test.java	8 Feb 2006 00:50:06 -0000	1.1
+++ DetectorLocator_Test.java	9 Apr 2007 14:29:26 -0000	1.2
@@ -13,6 +13,7 @@
     
     public void testDetectorLocator() throws Exception
     {
-        DetectorLocator.cacheDetectors();
+        // Turned off by tonyj -- 04-Apr-2007 -- taking excessive time/memory
+        //DetectorLocator.cacheDetectors();
     }    
 }
CVSspam 0.2.8