Return-Path: Delivered-To: apmail-commons-dev-archive@www.apache.org Received: (qmail 55495 invoked from network); 15 Feb 2009 10:44:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Feb 2009 10:44:57 -0000 Received: (qmail 89155 invoked by uid 500); 15 Feb 2009 10:44:56 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 89079 invoked by uid 500); 15 Feb 2009 10:44:55 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 89068 invoked by uid 99); 15 Feb 2009 10:44:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Feb 2009 02:44:55 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of grobmeier@gmail.com designates 209.85.220.16 as permitted sender) Received: from [209.85.220.16] (HELO mail-fx0-f16.google.com) (209.85.220.16) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Feb 2009 10:44:48 +0000 Received: by fxm9 with SMTP id 9so4505801fxm.18 for ; Sun, 15 Feb 2009 02:44:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=oOXkN/cDEcYc5goUC0eu52vTPD2awD5WyExEcbDWztk=; b=Xtm8g/+0a6d3HFYHbd34dbar+K4ADtJ3HEdjq+zPP7pfxl4KpEzn7vHcTIuHLp+a/7 fnKwTYxeRrivZGaR2WofZR+wv/7zDlVpbjkFKp4dqh16rONWrg6MI32wzfhIXhOVvsWO kXHtz84btsmBIiKYlN+363u5gXIR/s5laIsEc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=iL/bTCPTl+fI6YoolsDuDBHyJDSOF8NYlR5kCgEeymkj6/Tky5mdeaL0UHumK7SQsr dCSlozdrILJo1Xzhd/t6P4Voq+szTU0DJNT6sp60buF6k7iCwxPriExApfLxQBej0PrK Vw7BmXdHC4H9TJ8EtMG+vNP6dSKHYDqiWEFkI= MIME-Version: 1.0 Received: by 10.223.113.9 with SMTP id y9mr3595960fap.61.1234694667387; Sun, 15 Feb 2009 02:44:27 -0800 (PST) Date: Sun, 15 Feb 2009 11:44:27 +0100 Message-ID: Subject: [compress] patch for SANDBOX-183 From: Christian Grobmeier To: Commons Developers List Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi all, I have improved the testcases for SANDBOX-183. The patch is attached here: https://issues.apache.org/jira/browse/SANDBOX-183 Here are the changes in the patch: ChangeSet: removed System.out.println AbstracTestCase: added a method which adds the src/test/resources folder to the classpath. This is cool when starting the JUnit from eclipse. Additionally two new helper which create zipfiles and help with checking the content. DetectArchiverTestCase: extends from AbstractTestCase to get the "add to eclipse classpath" feature ZipTestCase: built in one assertion ChangeSetTestCase: several business logic testcases and assertion stuff. Assertions fail at the moment, but this is due to ChangeSet-Implementation bugs. src/test/resources: New files for better testcases There is enough work in testcases left, but since this patch has grown big, I would like to see it applied before I go on. Hope you like it :-) Cheers + Thanks Chris --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org