DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21923>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21923

[PATCH] Modify HSSFWorkbook, FormulaParser and SheetReferences to support 3DRefs





------- Additional Comments From [EMAIL PROTECTED]  2003-07-28 04:37 -------
Here's a pointer:  avoid assert and assertTrue.  If the test involves checking 
two values for equality, use assertEquals.  For example,

assertEquals("ref A", 0, refs.getSheetIndex("A"));

Put the expected result on the left and the actual result on the right.  This 
will give you much more descriptive error messages when something goes wrong.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to