[Bug 54920] [PATCH] XSSFDrawing.createCellComment causes CommentsTable to lose reference to comment in cell A1

2013-06-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54920 Dominik Stadler dominik.stad...@gmx.at changed: What|Removed |Added Status|NEW |RESOLVED

Any reason why junit is still at version 3.x

2013-06-23 Thread Dominik Stadler
Hi, I did run into problems when running unit tests in POI with a newer version of Ant, see my related stackoverflow questionhttp://stackoverflow.com/questions/16587994/what-is-junit-trying-to-tell-me-when-it-throws-a-notestsremainexception/16587995#16587995 Is there any reason why POI is not

Re: Any reason why junit is still at version 3.x

2013-06-23 Thread Nick Burch
On Mon, 24 Jun 2013, Dominik Stadler wrote: Is there any reason why POI is not using a newer JUnit version? I locally upgraded to 4.11 some time ago and was able to run all unit tests successfully, therefore I would like to apply the attached patch, please let me know if there is something

Build failed in Jenkins: POI #112

2013-06-23 Thread Apache Jenkins Server
See https://builds.apache.org/job/POI/112/changes Changes: [centic] Bug 54920: do not set column and row separatedely, but use a reference for newComment(), keep previous method as deprecated. Adjust all places where newComment() is used and add unit test covering the bug.