Author: bayard Date: Thu Mar 17 21:05:23 2005 New Revision: 158022 URL: http://svn.apache.org/viewcvs?view=rev&rev=158022 Log: Patch from Stefan as IO tests have been breaking since the migration to subversion
Modified: jakarta/commons/proper/io/trunk/src/test/org/apache/commons/io/find/FileFinderTest.java Modified: jakarta/commons/proper/io/trunk/src/test/org/apache/commons/io/find/FileFinderTest.java URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/io/trunk/src/test/org/apache/commons/io/find/FileFinderTest.java?view=diff&r1=158021&r2=158022 ============================================================================== --- jakarta/commons/proper/io/trunk/src/test/org/apache/commons/io/find/FileFinderTest.java (original) +++ jakarta/commons/proper/io/trunk/src/test/org/apache/commons/io/find/FileFinderTest.java Thu Mar 17 21:05:23 2005 @@ -39,7 +39,7 @@ public void setUp() { finder = new FileFinder(); options = new HashMap(); - options.put(Finder.NOT+Finder.PATH, "*CVS*"); + options.put(Finder.NOT+Finder.PATH, "*.svn*"); // uncomment for debugging // finder.addFindListener( new DebugListener() ); } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]