Bug 44437 - [patch] Fixed TestEmptyDocument junit, added test suite hierarchy
Summary: [patch] Fixed TestEmptyDocument junit, added test suite hierarchy
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: HSSF (show other bugs)
Version: 3.0-dev
Hardware: Other other
: P2 normal (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-15 19:15 UTC by Josh Micich
Modified: 2008-02-21 07:42 UTC (History)
0 users



Attachments
svn diff of 3 modified files (4.30 KB, patch)
2008-02-15 19:23 UTC, Josh Micich
Details | Diff
tar bz2 of 8 added test suites (2.32 KB, patch)
2008-02-15 19:23 UTC, Josh Micich
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Josh Micich 2008-02-15 19:15:13 UTC
Code was checking for reference equality on two byte arrays but content 
equality was intended.  Used Arrays.equals() instead.

Removed test from exclusions list in build.xml
Comment 1 Josh Micich 2008-02-15 19:23:06 UTC
Created attachment 21545 [details]
svn diff of 3 modified files
Comment 2 Josh Micich 2008-02-15 19:23:32 UTC
Created attachment 21546 [details]
tar bz2 of 8 added test suites
Comment 3 Nick Burch 2008-02-21 07:42:08 UTC
Thanks for this tidy up Josh, applied to svn