Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 1456 invoked from network); 17 Mar 2005 12:26:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 17 Mar 2005 12:26:37 -0000 Received: (qmail 44642 invoked by uid 500); 17 Mar 2005 12:26:33 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 44571 invoked by uid 500); 17 Mar 2005 12:26:33 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 44557 invoked by uid 99); 17 Mar 2005 12:26:33 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from bodewig.bost.de (HELO bodewig.bost.de) (62.96.16.111) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 17 Mar 2005 04:26:31 -0800 Received: (from bodewig@localhost) by bodewig.bost.de (8.11.6/8.11.6) id j2HCQSq14382; Thu, 17 Mar 2005 13:26:28 +0100 X-Authentication-Warning: bodewig.bost.de: bodewig set sender to bodewig@apache.org using -f To: commons-dev@jakarta.apache.org Subject: [IO][PATCH] Tests fails since migration to SVN X-Draft-From: ("nnfolder:mail.jakarta-lib" "") From: Stefan Bodewig Date: Thu, 17 Mar 2005 13:26:28 +0100 Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.4 (Security Through Obscurity, linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N 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: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org