You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by rl...@apache.org on 2013/07/24 17:16:20 UTC

svn commit: r1506592 - in /oodt/trunk/webapp/fmprod: pom.xml src/test/java/ src/test/java/org/ src/test/org/ src/test/resources/ src/test/resources/test.logging.properties src/testdata/test.logging.properties

Author: rlaidlaw
Date: Wed Jul 24 15:16:19 2013
New Revision: 1506592

URL: http://svn.apache.org/r1506592
Log:
OODT-642: moved tests and test resources to follow Maven standard directory layout

Added:
    oodt/trunk/webapp/fmprod/src/test/java/
    oodt/trunk/webapp/fmprod/src/test/java/org/
      - copied from r1506580, oodt/trunk/webapp/fmprod/src/test/org/
    oodt/trunk/webapp/fmprod/src/test/resources/
    oodt/trunk/webapp/fmprod/src/test/resources/test.logging.properties
      - copied unchanged from r1506580, oodt/trunk/webapp/fmprod/src/testdata/test.logging.properties
Removed:
    oodt/trunk/webapp/fmprod/src/test/org/
    oodt/trunk/webapp/fmprod/src/testdata/test.logging.properties
Modified:
    oodt/trunk/webapp/fmprod/pom.xml

Modified: oodt/trunk/webapp/fmprod/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/webapp/fmprod/pom.xml?rev=1506592&r1=1506591&r2=1506592&view=diff
==============================================================================
--- oodt/trunk/webapp/fmprod/pom.xml (original)
+++ oodt/trunk/webapp/fmprod/pom.xml Wed Jul 24 15:16:19 2013
@@ -31,6 +31,7 @@ the License.
      this project contributes an OODT LargeProductHandler component, that can be used to deliver
      and format a CAS product structure into an OODT XML Query Result Set.</description>
   <build>
+    <testSourceDirectory>${basedir}/src/test/java</testSourceDirectory>
     <plugins>
       <plugin>
         <artifactId>maven-war-plugin</artifactId>
@@ -73,7 +74,7 @@ the License.
           <systemProperties>
              <property>
                <name>java.util.logging.config.file</name>
-               <value>${basedir}/src/testdata/test.logging.properties</value>
+               <value>${basedir}/src/test/resources/test.logging.properties</value>
               </property>
            </systemProperties>
            <forkedProcessTimeoutInSeconds>0</forkedProcessTimeoutInSeconds>