Print

Print


Author: [log in to unmask]
Date: Wed Oct 26 15:10:44 2016
New Revision: 4536

Log:
Fix wrong class name in test exclusion.

Modified:
    java/trunk/run-database/pom.xml

Modified: java/trunk/run-database/pom.xml
 =============================================================================
--- java/trunk/run-database/pom.xml	(original)
+++ java/trunk/run-database/pom.xml	Wed Oct 26 15:10:44 2016
@@ -35,7 +35,7 @@
                 <artifactId>maven-surefire-plugin</artifactId>
                 <configuration>
                     <excludes>
-                        <exclude>org/hps/run/database/RunBuilderTest.java</exclude>
+                        <exclude>org/hps/rundb/builder/RunBuilderTest.java</exclude>
                     </excludes>
                 </configuration>
             </plugin>