Return-Path: X-Original-To: apmail-continuum-issues-archive@www.apache.org Delivered-To: apmail-continuum-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 05490172E6 for ; Sat, 11 Apr 2015 16:43:12 +0000 (UTC) Received: (qmail 90782 invoked by uid 500); 11 Apr 2015 16:43:12 -0000 Delivered-To: apmail-continuum-issues-archive@continuum.apache.org Received: (qmail 90749 invoked by uid 500); 11 Apr 2015 16:43:12 -0000 Mailing-List: contact issues-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@continuum.apache.org Delivered-To: mailing list issues@continuum.apache.org Received: (qmail 90737 invoked by uid 99); 11 Apr 2015 16:43:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Apr 2015 16:43:12 +0000 Date: Sat, 11 Apr 2015 16:43:12 +0000 (UTC) From: "Brent N Atkinson (JIRA)" To: issues@continuum.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CONTINUUM-2745) Convert remaining JUnit3 tests to JUnit 4 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CONTINUUM-2745?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brent N Atkinson updated CONTINUUM-2745: ---------------------------------------- Labels: maybe-1.5 (was: ) > Convert remaining JUnit3 tests to JUnit 4 > ----------------------------------------- > > Key: CONTINUUM-2745 > URL: https://issues.apache.org/jira/browse/CONTINUUM-2745 > Project: Continuum > Issue Type: Task > Reporter: Brent N Atkinson > Labels: maybe-1.5 > > Beside the obvious benefits of using the updated library, there are issues with test reliability as demonstrated by CONTINUUM-2736. > This may be a rather large amount of effort. While I converted all of the tests directly implementing {{TestCase}} already, most of the integration-style tests extend {{PlexusInSpring}} and {{AbstractContinuumTest}}, which indirectly extend {{TestCase}} and add considerable functionality. > As of today, these are using JUnit 3's TestCase: > * {{PlexusInSpringTestCase}}: 26 > * {{AbstractContinuumTest}}: 23 > {{PlexusInSpringTestCase}} is the superclass of {{AbstractContinuumTest}}, so after converting it, it might be easier to convert the remaining tests. -- This message was sent by Atlassian JIRA (v6.3.4#6332)