Return-Path: Delivered-To: apmail-incubator-isis-commits-archive@minotaur.apache.org Received: (qmail 2782 invoked from network); 18 Oct 2010 15:11:51 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 18 Oct 2010 15:11:51 -0000 Received: (qmail 40129 invoked by uid 500); 18 Oct 2010 15:11:51 -0000 Delivered-To: apmail-incubator-isis-commits-archive@incubator.apache.org Received: (qmail 40112 invoked by uid 500); 18 Oct 2010 15:11:51 -0000 Mailing-List: contact isis-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: isis-dev@incubator.apache.org Delivered-To: mailing list isis-commits@incubator.apache.org Received: (qmail 40105 invoked by uid 99); 18 Oct 2010 15:11:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Oct 2010 15:11:51 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Oct 2010 15:11:50 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id AD38E2388A41; Mon, 18 Oct 2010 15:10:54 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1023837 - in /incubator/isis/trunk/core/testsupport: ./ pom.xml src/ src/main/ src/main/java/ src/main/resources/ src/test/ src/test/java/ src/test/resources/ Date: Mon, 18 Oct 2010 15:10:54 -0000 To: isis-commits@incubator.apache.org From: danhaywood@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20101018151054.AD38E2388A41@eris.apache.org> Author: danhaywood Date: Mon Oct 18 15:10:54 2010 New Revision: 1023837 URL: http://svn.apache.org/viewvc?rev=1023837&view=rev Log: adding isis/core/testsupport for value type contract tests etc Added: incubator/isis/trunk/core/testsupport/ incubator/isis/trunk/core/testsupport/pom.xml incubator/isis/trunk/core/testsupport/src/ incubator/isis/trunk/core/testsupport/src/main/ incubator/isis/trunk/core/testsupport/src/main/java/ incubator/isis/trunk/core/testsupport/src/main/resources/ incubator/isis/trunk/core/testsupport/src/test/ incubator/isis/trunk/core/testsupport/src/test/java/ incubator/isis/trunk/core/testsupport/src/test/resources/ Added: incubator/isis/trunk/core/testsupport/pom.xml URL: http://svn.apache.org/viewvc/incubator/isis/trunk/core/testsupport/pom.xml?rev=1023837&view=auto ============================================================================== --- incubator/isis/trunk/core/testsupport/pom.xml (added) +++ incubator/isis/trunk/core/testsupport/pom.xml Mon Oct 18 15:10:54 2010 @@ -0,0 +1,30 @@ + + 4.0.0 + + + org.apache.isis + core + 0.1-SNAPSHOT + + + org.apache.isis.core + testsupport + Core Test Support + + + Support for writing unit tests; should be added as a dependency + with scope=test only + + + + ${project.build.directory}/../../.. + + + + + junit + junit + + + +