Commit in GeomConverter/test/org/lcsim/geometry/field on MAIN
FieldTest.java+7-11.1 -> 1.2
Fix to keep maven happy

GeomConverter/test/org/lcsim/geometry/field
FieldTest.java 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- FieldTest.java	14 Sep 2007 23:01:54 -0000	1.1
+++ FieldTest.java	14 Sep 2007 23:26:42 -0000	1.2
@@ -9,7 +9,8 @@
  *
  * @author tonyj
  */
-public abstract class FieldTest extends TestCase
+// Note this class should be abstract, but maven won't let me make it so.
+public /* abstract */ class FieldTest extends TestCase
 {
    public FieldTest(String testName)
    {
@@ -53,4 +54,9 @@
       assertEquals("Method 4, y",by,fieldVector.y(),1e-16);
       assertEquals("Method 4, z",bz,fieldVector.z(),1e-16); 
    }
+   
+   public void testNothing()
+   {
+      // Doesn't do anything, just keeps maven happy
+   }
 }
CVSspam 0.2.8