Return-Path: Delivered-To: apmail-poi-dev-archive@www.apache.org Received: (qmail 52128 invoked from network); 11 Dec 2007 13:05:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Dec 2007 13:05:53 -0000 Received: (qmail 35076 invoked by uid 500); 11 Dec 2007 13:05:41 -0000 Delivered-To: apmail-poi-dev-archive@poi.apache.org Received: (qmail 35063 invoked by uid 500); 11 Dec 2007 13:05:41 -0000 Mailing-List: contact dev-help@poi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "POI Developers List" Delivered-To: mailing list dev@poi.apache.org Received: (qmail 35054 invoked by uid 99); 11 Dec 2007 13:05:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Dec 2007 05:05:41 -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, 11 Dec 2007 13:05:29 +0000 Received: by brutus.apache.org (Postfix, from userid 33) id 64980714236; Tue, 11 Dec 2007 05:05:30 -0800 (PST) From: bugzilla@apache.org To: dev@poi.apache.org Subject: DO NOT REPLY [Bug 44050] - [PATCH] Trim function in formula cell In-Reply-To: X-Bugzilla-Reason: AssignedTo Message-Id: <20071211130531.64980714236@brutus.apache.org> Date: Tue, 11 Dec 2007 05:05:30 -0800 (PST) X-Virus-Checked: Checked by ClamAV on apache.org DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=44050 nick@torchbox.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From nick@torchbox.com 2007-12-11 05:05 ------- Thanks, committed One thing to note is that not all of the contents of FormulaEvalTestData.xls isn't checked automatically. Once your function is working, you need to list the row number in src/scratchpad/testcases/org/apache/poi/hssf/record/formula/eval/TestEverything.java , and then it'll get tested for you (I've added the Trim row number) -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org For additional commands, e-mail: dev-help@poi.apache.org