Commit in lcsim/test/org/lcsim on MAIN
NeighbourFindingTest.java+1-11.2 -> 1.3
conditions/DetectorLocator_Test.java+1-11.3 -> 1.4
recon/tracking/gtrdetector/GtrDetectorTest.java+1-11.2 -> 1.3
util/event/SamplingFractionManagerTest.java+1-11.4 -> 1.5
+4-4
4 modified files
DetectorLocator moved out of conditions to new package

lcsim/test/org/lcsim
NeighbourFindingTest.java 1.2 -> 1.3
diff -u -r1.2 -r1.3
--- NeighbourFindingTest.java	6 Sep 2007 09:57:44 -0000	1.2
+++ NeighbourFindingTest.java	25 Jan 2010 22:45:15 -0000	1.3
@@ -7,7 +7,7 @@
 import junit.framework.Test;
 import junit.framework.TestCase;
 import junit.framework.TestSuite;
-import org.lcsim.conditions.DetectorLocator;
+import org.lcsim.geometry.util.DetectorLocator;
 import org.lcsim.geometry.Detector;
 import org.lcsim.geometry.IDDecoder;
 import org.lcsim.geometry.compact.Subdetector;

lcsim/test/org/lcsim/conditions
DetectorLocator_Test.java 1.3 -> 1.4
diff -u -r1.3 -r1.4
--- DetectorLocator_Test.java	14 Sep 2007 23:33:37 -0000	1.3
+++ DetectorLocator_Test.java	25 Jan 2010 22:45:15 -0000	1.4
@@ -1,4 +1,4 @@
-package org.lcsim.conditions;
+package org.lcsim.geometry.util;
 
 import junit.framework.Test;
 import junit.framework.TestCase;

lcsim/test/org/lcsim/recon/tracking/gtrdetector
GtrDetectorTest.java 1.2 -> 1.3
diff -u -r1.2 -r1.3
--- GtrDetectorTest.java	8 May 2008 00:02:58 -0000	1.2
+++ GtrDetectorTest.java	25 Jan 2010 22:45:15 -0000	1.3
@@ -2,7 +2,7 @@
 
 import junit.framework.TestCase;
 
-import org.lcsim.conditions.DetectorLocator;
+import org.lcsim.geometry.util.DetectorLocator;
 import org.lcsim.geometry.Detector;
 
 public class GtrDetectorTest extends TestCase 

lcsim/test/org/lcsim/util/event
SamplingFractionManagerTest.java 1.4 -> 1.5
diff -u -r1.4 -r1.5
--- SamplingFractionManagerTest.java	23 May 2008 03:12:10 -0000	1.4
+++ SamplingFractionManagerTest.java	25 Jan 2010 22:45:15 -0000	1.5
@@ -8,7 +8,7 @@
 import junit.framework.TestSuite;
 
 import org.lcsim.conditions.ConditionsManager;
-import org.lcsim.conditions.DetectorLocator;
+import org.lcsim.geometry.util.DetectorLocator;
 import org.lcsim.event.util.SamplingFractionManager;
 import org.lcsim.geometry.Detector;
 import org.lcsim.geometry.Subdetector;
CVSspam 0.2.8