Project

General

Profile

« Previous | Next » 

Revision 4382

Added by daigle almost 16 years ago

Have test cases read properties from configured metacat.properties file.

View differences:

build.xml
866 866
          <include name="edu/**"/>
867 867
        </fileset>
868 868
      </copy>
869
   	  <copy todir="${build.tests}" file="lib/metacat.properties" filtering="yes"/>
870
   	  <copy todir="${build.tests}" file="lib/metacat.properties.metadata.xml" filtering="yes"/>
871
   	  <copy todir="${build.tests}" file="lib/org.properties.metadata.xml" filtering="yes"/>
872
 	  <copy todir="${build.tests}" file="lib/ldap.properties.metadata.xml" filtering="yes"/>
869
   	  <copy todir="${build.tests}" file="${testdir}/test.properties" filtering="yes"/>
873 870

  
874 871
      <!-- copy and compile the tests into a jar file -->
875 872
      <javac srcdir="${build.tests}"

Also available in: Unified diff