You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by ke...@apache.org on 2010/07/18 00:41:15 UTC

svn commit: r965144 - /incubator/oodt/trunk/metadata/pom.xml

Author: kelly
Date: Sat Jul 17 22:41:15 2010
New Revision: 965144

URL: http://svn.apache.org/viewvc?rev=965144&view=rev
Log:
Remove redundant test resources; exclude MetadataTestCase from tests as it's not a test case, but intended to be extended into test cases

Modified:
    incubator/oodt/trunk/metadata/pom.xml

Modified: incubator/oodt/trunk/metadata/pom.xml
URL: http://svn.apache.org/viewvc/incubator/oodt/trunk/metadata/pom.xml?rev=965144&r1=965143&r2=965144&view=diff
==============================================================================
--- incubator/oodt/trunk/metadata/pom.xml (original)
+++ incubator/oodt/trunk/metadata/pom.xml Sat Jul 17 22:41:15 2010
@@ -72,14 +72,6 @@ the License.
         </includes>
       </testResource>
       <testResource>
-         <targetPath>org/apache/oodt/cas/metadata/preconditions</targetPath>
-         <directory>${basedir}/src/testdata</directory>
-         <includes>
-             <include>met_extr_preconditions.xml</include>
-             <include>tika-mimetypes.xml</include>
-         </includes>
-     </testResource>       
-      <testResource>
          <targetPath>org/apache/oodt/cas/metadata/extractors</targetPath>
          <directory>${basedir}/src/testdata</directory>
          <includes>
@@ -112,7 +104,9 @@ the License.
           <includes>
             <include>**/*Test*.java</include>
           </includes>
-          <excludes/>
+          <excludes>
+            <exclude>org/apache/oodt/cas/metadata/MetadataTestCase.java</exclude>
+          </excludes>
         </configuration>
       </plugin>
     </plugins>