Return-Path: Delivered-To: apmail-maven-continuum-commits-archive@www.apache.org Received: (qmail 17373 invoked from network); 27 Sep 2006 16:23:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 Sep 2006 16:23:19 -0000 Received: (qmail 55681 invoked by uid 500); 27 Sep 2006 16:23:19 -0000 Delivered-To: apmail-maven-continuum-commits-archive@maven.apache.org Received: (qmail 55655 invoked by uid 500); 27 Sep 2006 16:23:19 -0000 Mailing-List: contact continuum-commits-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-dev@maven.apache.org Delivered-To: mailing list continuum-commits@maven.apache.org Received: (qmail 55642 invoked by uid 99); 27 Sep 2006 16:23:19 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Sep 2006 09:23:19 -0700 Authentication-Results: idunn.apache.osuosl.org smtp.mail=evenisse@apache.org; spf=permerror X-ASF-Spam-Status: No, hits=-9.4 required=5.0 tests=ALL_TRUSTED,NO_REAL_NAME Received-SPF: error (idunn.apache.osuosl.org: domain apache.org from 140.211.166.113 cause and error) Received: from [140.211.166.113] ([140.211.166.113:54335] helo=eris.apache.org) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id E9/30-29405-675AA154 for ; Wed, 27 Sep 2006 09:23:18 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 5CB021A981A; Wed, 27 Sep 2006 09:23:16 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r450496 - /maven/continuum/trunk/continuum-store/src/test/java/org/apache/maven/continuum/store/ContinuumStoreTest.java Date: Wed, 27 Sep 2006 16:23:16 -0000 To: continuum-commits@maven.apache.org From: evenisse@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20060927162316.5CB021A981A@eris.apache.org> X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: evenisse Date: Wed Sep 27 09:23:14 2006 New Revision: 450496 URL: http://svn.apache.org/viewvc?view=rev&rev=450496 Log: Close the store between each test Modified: maven/continuum/trunk/continuum-store/src/test/java/org/apache/maven/continuum/store/ContinuumStoreTest.java Modified: maven/continuum/trunk/continuum-store/src/test/java/org/apache/maven/continuum/store/ContinuumStoreTest.java URL: http://svn.apache.org/viewvc/maven/continuum/trunk/continuum-store/src/test/java/org/apache/maven/continuum/store/ContinuumStoreTest.java?view=diff&rev=450496&r1=450495&r2=450496 ============================================================================== --- maven/continuum/trunk/continuum-store/src/test/java/org/apache/maven/continuum/store/ContinuumStoreTest.java (original) +++ maven/continuum/trunk/continuum-store/src/test/java/org/apache/maven/continuum/store/ContinuumStoreTest.java Wed Sep 27 09:23:14 2006 @@ -318,6 +318,11 @@ testProjectGroup2.setId( group.getId() ); } + protected void tearDown() + { + store.closeStore(); + } + // ---------------------------------------------------------------------- // TEST METHODS // ----------------------------------------------------------------------