Applied, thanks.

Hen


On Thu, 17 Mar 2005 13:26:28 +0100, Stefan Bodewig <[EMAIL PROTECTED]> wrote:
> because FileFinder now finds the .svn directory.
> 
> The patch is trivial ...
> 
> Cheers
> 
>         Stefan
> 
> Index: src/test/org/apache/commons/io/find/FileFinderTest.java
> ===================================================================
> --- src/test/org/apache/commons/io/find/FileFinderTest.java     (revision 
> 156521)
> +++ src/test/org/apache/commons/io/find/FileFinderTest.java     (working copy)
> @@ -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]
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to