Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 14111 invoked from network); 25 Feb 2010 00:01:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 25 Feb 2010 00:01:49 -0000 Received: (qmail 83012 invoked by uid 500); 25 Feb 2010 00:01:49 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 82972 invoked by uid 500); 25 Feb 2010 00:01:49 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 82222 invoked by uid 99); 25 Feb 2010 00:01:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Feb 2010 00:01:48 +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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Feb 2010 00:01:48 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 271FC234C4AD for ; Wed, 24 Feb 2010 16:01:28 -0800 (PST) Message-ID: <1997638968.511421267056088159.JavaMail.jira@brutus.apache.org> Date: Thu, 25 Feb 2010 00:01:28 +0000 (UTC) From: "Mark Hindess (JIRA)" To: commits@harmony.apache.org Subject: [jira] Closed: (HARMONY-3419) [classlib][testing]Move tests.api.java.net.URLClassLoaderTest out of exclude list In-Reply-To: <16194418.1174269909383.JavaMail.jira@brutus> 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/HARMONY-3419?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Hindess closed HARMONY-3419. --------------------------------- Assignee: Mark Hindess (was: Richard Liang) > [classlib][testing]Move tests.api.java.net.URLClassLoaderTest out of exclude list > --------------------------------------------------------------------------------- > > Key: HARMONY-3419 > URL: https://issues.apache.org/jira/browse/HARMONY-3419 > Project: Harmony > Issue Type: Test > Components: Classlib > Reporter: Ruth Cao > Assignee: Mark Hindess > Attachments: Harmony-3419.diff > > > Now t.a.j.n.URLClassLoaderTest fails due to the following reasons: > 1. Lack of an embedded HTTP server. > 2. Some wrong assertions exist in the test, which make it fails on both RI and Harmony. > e.g. URLClassLoader loader = new URLClassLoader(new URL[] { null }); > try { > Class.forName("test", false, loader); > fail("Should throw ClassNotFoundException"); > } catch (ClassNotFoundException e) { > // expected > } > I'll create a patch to fix this issue. After that, URLClassLoaderTest can be moved out of the exclude list. Thanks. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.