Return-Path: Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: (qmail 3164 invoked from network); 26 Mar 2010 22:40:51 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 26 Mar 2010 22:40:51 -0000 Received: (qmail 43349 invoked by uid 500); 26 Mar 2010 22:40:50 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 43288 invoked by uid 500); 26 Mar 2010 22:40:50 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 43280 invoked by uid 99); 26 Mar 2010 22:40:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Mar 2010 22:40:50 +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; Fri, 26 Mar 2010 22:40:48 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 66FD6234C4F2 for ; Fri, 26 Mar 2010 22:40:27 +0000 (UTC) Message-ID: <1045828152.520781269643227420.JavaMail.jira@brutus.apache.org> Date: Fri, 26 Mar 2010 22:40:27 +0000 (UTC) From: "Sebb (JIRA)" To: issues@commons.apache.org Subject: [jira] Commented: (CODEC-93) Add test(s) to check that encodeBase64() does not chunk output In-Reply-To: <1012386806.1259786781324.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CODEC-93?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12850388#action_12850388 ] Sebb commented on CODEC-93: --------------------------- Thanks for the patch. Is the main() method essential? > Add test(s) to check that encodeBase64() does not chunk output > -------------------------------------------------------------- > > Key: CODEC-93 > URL: https://issues.apache.org/jira/browse/CODEC-93 > Project: Commons Codec > Issue Type: Sub-task > Affects Versions: 1.4 > Reporter: Sebb > Attachments: codec93-preserve-1.3-behaviour.patch > > > There don't appear to be any tests to specifically check that encodeBase64(byte[]) does not chunk output. > Also, there don't seem to be any direct tests of the following static method: > encodeBase64(byte[] binaryData, boolean isChunked, boolean urlSafe) > There are not many of some of the other static methods either. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.