Commit in lcsim on MAIN
pom.xml+21.22 -> 1.23
project.xml+21.72 -> 1.73
+4
2 modified files
JM: update test exclude

lcsim
pom.xml 1.22 -> 1.23
diff -u -r1.22 -r1.23
--- pom.xml	25 Jun 2008 21:10:35 -0000	1.22
+++ pom.xml	26 Jun 2008 23:57:49 -0000	1.23
@@ -81,6 +81,8 @@
                         <exclude>**/TestCircle.java</exclude>
                         <exclude>**/TestSquare.java</exclude>
                         <exclude>org/lcsim/ReadoutTest.java</exclude>
+                        <!-- This generates a www test file for DirectedTreeCompareTest so it is run manually. -->
+                        <exclude>org/lcsim/recon/cluster/directedtree/DirectedTreeProdTest.java</exclude>
                     </excludes>
                 </configuration>
             </plugin>

lcsim
project.xml 1.72 -> 1.73
diff -u -r1.72 -r1.73
--- project.xml	22 May 2008 23:03:22 -0000	1.72
+++ project.xml	26 Jun 2008 23:57:49 -0000	1.73
@@ -200,6 +200,8 @@
         <exclude>org/lcsim/contrib/JanStrube/vtxFitter/FitterTest.java</exclude>
         <!-- Uses old data and deprecated detector. -->
         <exclude>org/lcsim/ReadoutTest.java</exclude>
+        <!-- This generates a www test file for DirectedTreeCompareTest so it is run manually. -->
+        <exclude>org/lcsim/recon/cluster/directedtree/DirectedTreeProdTest.java</exclude>
       </excludes>
     </unitTest>
   </build>
CVSspam 0.2.8