Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 4634 invoked from network); 4 Dec 2006 08:51:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Dec 2006 08:51:44 -0000 Received: (qmail 6781 invoked by uid 500); 4 Dec 2006 08:51:53 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 6681 invoked by uid 500); 4 Dec 2006 08:51:53 -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 6671 invoked by uid 99); 4 Dec 2006 08:51:53 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Dec 2006 00:51:53 -0800 X-ASF-Spam-Status: No, hits=0.8 required=10.0 tests=INFO_TLD 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; Mon, 04 Dec 2006 00:51:43 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 0EAFC7142E1 for ; Mon, 4 Dec 2006 00:51:23 -0800 (PST) Message-ID: <25972666.1165222283057.JavaMail.jira@brutus> Date: Mon, 4 Dec 2006 00:51:23 -0800 (PST) From: "Boris Kuznetsov (JIRA)" To: commits@harmony.apache.org Subject: [jira] Commented: (HARMONY-2329) [classlib][sound] javax.sound.sampled unit tests In-Reply-To: <18878870.1164623902564.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 [ http://issues.apache.org/jira/browse/HARMONY-2329?page=comments#action_12455253 ] Boris Kuznetsov commented on HARMONY-2329: ------------------------------------------ looks fine, thanks > [classlib][sound] javax.sound.sampled unit tests > ------------------------------------------------ > > Key: HARMONY-2329 > URL: http://issues.apache.org/jira/browse/HARMONY-2329 > Project: Harmony > Issue Type: Improvement > Components: Classlib > Reporter: Boris Kuznetsov > Assigned To: Stepan Mishura > Attachments: patch-code.txt, patch-tests.txt > > > Here are the unit tests for code provided in Harmony-2117 (patch-tests). > The tests discovered some incompatibility with RI: patch-code.txt contains updates to make code compatible with RI. > Updates incude: > EnumControl - RI compatible REVERB type name; > AudioFormat - Calculation of frameSize in const. has been fixed; > Additional checks added to matches() > AudioFileFormat - fixed: getProperty() behavior for null parameter > BooleanControl - RI compatible toString() > DataLine - matches(): taking into account AudioSystem.NOT_SPECIFIED value; > RI compatible toString() > Line - method matches(Line.Info info) has been implemented > AudioInputStream - fixed: read(), mark(), and available() methods (taking into account frameLength and framePos) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira