Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 61615 invoked from network); 6 Nov 2007 06:25:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Nov 2007 06:25:13 -0000 Received: (qmail 61214 invoked by uid 500); 6 Nov 2007 06:25:01 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 61196 invoked by uid 500); 6 Nov 2007 06:25:01 -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 61183 invoked by uid 99); 6 Nov 2007 06:25:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Nov 2007 22:25:01 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Nov 2007 06:25:41 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id E4C3671422B for ; Mon, 5 Nov 2007 22:24:50 -0800 (PST) Message-ID: <8252.1194330290934.JavaMail.jira@brutus> Date: Mon, 5 Nov 2007 22:24:50 -0800 (PST) From: "Sean Qiu (JIRA)" To: commits@harmony.apache.org Subject: [jira] Created: (HARMONY-5069) [testing] Divide luni test src structure to impl and api two parts MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [testing] Divide luni test src structure to impl and api two parts ------------------------------------------------------------------ Key: HARMONY-5069 URL: https://issues.apache.org/jira/browse/HARMONY-5069 Project: Harmony Issue Type: Improvement Components: Classlib Reporter: Sean Qiu 1. Goal Separate luni implementation dependent unit test from all tests. 2. Modification Create a new directory to compile and implementation dependent test. Move parts of these test to impl directory. src/test/api/common/tests/api/java/net/JarURLConnectionTest.java src/test/api/common/org/apache/harmony/luni/tests/java/lang/SecurityManagerTest.java src/test/api/common/org/apache/harmony/luni/tests/java/lang/CharacterImplTest.java src/test/api/common/org/apache/harmony/luni/tests/java/lang/CharacterTest.java src/test/api/common/org/apache/harmony/luni/tests/java/lang/StringTest.java src/test/api/common/org/apache/harmony/luni/tests/java/lang/DoubleTest.java src/test/api/common/org/apache/harmony/luni/tests/java/io/BufferedReaderTest.java src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/file/FileURLConnectionTest.java src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/https/HttpsURLConnectionTest.java src/test/api/windows/org/apache/harmony/luni/tests/java/io/WinFileTest.java -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.