Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 67719 invoked from network); 6 Nov 2007 06:49: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:49:13 -0000 Received: (qmail 77564 invoked by uid 500); 6 Nov 2007 06:49:01 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 77539 invoked by uid 500); 6 Nov 2007 06:49: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 77530 invoked by uid 99); 6 Nov 2007 06:49: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:49: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:49:41 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id BE45A71420D for ; Mon, 5 Nov 2007 22:48:50 -0800 (PST) Message-ID: <32734795.1194331730769.JavaMail.jira@brutus> Date: Mon, 5 Nov 2007 22:48:50 -0800 (PST) From: "Sean Qiu (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-5069) [testing] Divide luni test src structure to impl and api two parts In-Reply-To: <8252.1194330290934.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HARMONY-5069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Qiu updated HARMONY-5069: ------------------------------ Attachment: (was: Harmony-5069.zip) > [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 > Attachments: Harmony-5069.zip > > > 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.