Return-Path: Delivered-To: apmail-felix-dev-archive@www.apache.org Received: (qmail 61817 invoked from network); 8 Oct 2009 10:24:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 8 Oct 2009 10:24:51 -0000 Received: (qmail 30117 invoked by uid 500); 8 Oct 2009 10:24:51 -0000 Delivered-To: apmail-felix-dev-archive@felix.apache.org Received: (qmail 30044 invoked by uid 500); 8 Oct 2009 10:24:51 -0000 Mailing-List: contact dev-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@felix.apache.org Delivered-To: mailing list dev@felix.apache.org Received: (qmail 30033 invoked by uid 99); 8 Oct 2009 10:24:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Oct 2009 10:24:51 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [209.85.217.227] (HELO mail-gx0-f227.google.com) (209.85.217.227) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Oct 2009 10:24:42 +0000 Received: by gxk27 with SMTP id 27so5862672gxk.7 for ; Thu, 08 Oct 2009 03:24:21 -0700 (PDT) MIME-Version: 1.0 Received: by 10.101.145.22 with SMTP id x22mr1098329ann.154.1254997461096; Thu, 08 Oct 2009 03:24:21 -0700 (PDT) Date: Thu, 8 Oct 2009 21:24:21 +1100 Message-ID: <436d9a250910080324v19723561ob751287b61ee3f1f@mail.gmail.com> Subject: Integration testing From: Don Brown To: dev@felix.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Since the TCK seems to be a deadend for automated testing, what other options do we have? Richard, you said you were working on a testing framework, but I don't see it svn. Are there a set of integration/functional tests I'm missing? I have a little framework we use in Atlassian Plugins for integration testing that I could bring over. Any objections? Don