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=39324>. 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=39324 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | ------- Additional Comments From [EMAIL PROTECTED] 2006-04-20 12:42 ------- Nick, It seems the order in which tests are running is important. Comment all tests in TestShapes but testTextBoxWrite, recompile, run and get this error! In our case JUnit first runs testTextBoxRead() and then testTextBoxWrite(). It looks like the first test affects the others! To make sure I created a standalone program with main() and confirmed that the error exists. I attached the new test case. Look at the line 45: new SlideShow(new HSLFSlideShow(filename)); With this line test succeeds. Comment it and the test fails! I debugged it a little bit. It seems some static initializes are not set properly. When test fails Variable subPropMasks in BitMaskTextProp.setSubValue is filled with 0, otherwise there are some values. Please check it. Yegor -- 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] Mailing List: http://jakarta.apache.org/site/mail2.html#poi The Apache Jakarta POI Project: http://jakarta.apache.org/poi/