Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 75909 invoked from network); 2 Dec 2003 20:35:09 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 2 Dec 2003 20:35:09 -0000 Received: (qmail 54918 invoked by uid 500); 2 Dec 2003 20:34:55 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 54862 invoked by uid 500); 2 Dec 2003 20:34:55 -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 54849 invoked by uid 500); 2 Dec 2003 20:34:55 -0000 Received: (qmail 54846 invoked from network); 2 Dec 2003 20:34:55 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 2 Dec 2003 20:34:55 -0000 Received: (qmail 75878 invoked by uid 1340); 2 Dec 2003 20:35:05 -0000 Date: 2 Dec 2003 20:35:05 -0000 Message-ID: <20031202203505.75877.qmail@minotaur.apache.org> From: dirkv@apache.org To: jakarta-commons-sandbox-cvs@apache.org Subject: cvs commit: jakarta-commons-sandbox/compress/src/test/org/apache/commons/compress/tar TarTestCase.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N dirkv 2003/12/02 12:35:05 Modified: compress/src/test/org/apache/commons/compress/tar TarTestCase.java Log: fix tar testcase - correct path - update *.tar binary files Revision Changes Path 1.2 +2 -2 jakarta-commons-sandbox/compress/src/test/org/apache/commons/compress/tar/TarTestCase.java Index: TarTestCase.java =================================================================== RCS file: /home/cvs/jakarta-commons-sandbox/compress/src/test/org/apache/commons/compress/tar/TarTestCase.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- TarTestCase.java 23 Nov 2003 20:07:47 -0000 1.1 +++ TarTestCase.java 2 Dec 2003 20:35:05 -0000 1.2 @@ -67,7 +67,7 @@ final int size = name.length(); final String filename = name.substring( 0, size - 11 ).replace( '.', SP ); - return "target" + SP + "tests" + SP + + return "src" + SP + "test" + SP + SP + filename + SP; } --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org