Print

Print


Commit in lcsim on MAIN
project.xml+21.73 -> 1.74
pom.xml+21.23 -> 1.24
+4
2 modified files
JM: exclude test (does nothing and test file disappeared)

lcsim
project.xml 1.73 -> 1.74
diff -u -r1.73 -r1.74
--- project.xml	26 Jun 2008 23:57:49 -0000	1.73
+++ project.xml	3 Jul 2008 23:04:31 -0000	1.74
@@ -202,6 +202,8 @@
         <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>
+        <!-- This test does nothing. -->
+        <exclude>org/lcsim/LCIOHeaderTest.java</exclude>
       </excludes>
     </unitTest>
   </build>

lcsim
pom.xml 1.23 -> 1.24
diff -u -r1.23 -r1.24
--- pom.xml	26 Jun 2008 23:57:49 -0000	1.23
+++ pom.xml	3 Jul 2008 23:04:31 -0000	1.24
@@ -83,6 +83,8 @@
                         <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>
+                        <!-- This test does nothing. -->
+                        <exclude>org/lcsim/LCIOHeaderTest.java</exclude>
                     </excludes>
                 </configuration>
             </plugin>
CVSspam 0.2.8