You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ni...@apache.org on 2008/04/02 02:42:41 UTC

svn commit: r643666 - /commons/sandbox/functor/trunk/pom.xml

Author: niallp
Date: Tue Apr  1 17:42:39 2008
New Revision: 643666

URL: http://svn.apache.org/viewvc?rev=643666&view=rev
Log:
Fix failing tests

Modified:
    commons/sandbox/functor/trunk/pom.xml

Modified: commons/sandbox/functor/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/functor/trunk/pom.xml?rev=643666&r1=643665&r2=643666&view=diff
==============================================================================
--- commons/sandbox/functor/trunk/pom.xml (original)
+++ commons/sandbox/functor/trunk/pom.xml Tue Apr  1 17:42:39 2008
@@ -75,7 +75,7 @@
   <build>
     <testResources>
       <testResource>
-        <directory>src/test</directory>
+        <directory>src/test/java/</directory>
         <filtering>false</filtering>
         <includes>
           <include>**/*.txt</include>