DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=44425>. 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=44425 Summary: [patch] junit TestDataValidation keeps modifying file TestDataValidation.xls Product: POI Version: 3.0-dev Platform: Other OS/Version: other Status: NEW Severity: minor Priority: P2 Component: HSSF AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] TestDataValidation is currently structured to re-write TestDataValidation.xls every time it is executed. Unfortunately this makes TestDataValidation.xls always appear to subversion as a modified file. The test was re-structured to consider the existing copy of TestDataValidation.xls as the 'proof' copy. The test now generates a separate copy in memory, and these two are compared (ignoring timestamps etc). The comparison step is new. User interaction will only be requested if the files differ. The test still generates the exact same content so TestDataValidation.xls did not change with this patch. -- 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
