Re: Build failed in Jenkins: POI-DSL-OpenJDK #545

2018-11-02 Thread pj.fanning
The condition is `next != -1` but the value of next appears to -1 so that this condition is false. Maybe the condition should `next == -1` -- Sent from: http://apache-poi.1045710.n5.nabble.com/POI-Dev-f2312866.html - To unsubs

Re: Build failed in Jenkins: POI-DSL-OpenJDK #545

2018-11-02 Thread Tim Allison
Autoboxing?! On Fri, Nov 2, 2018 at 7:27 AM Tim Allison wrote: > > Colleagues, any idea what might be going on? How can -1 != -1?! > > Error: Test with 2/3: Should not find 3 but found it at -1 in 0 1 2 > at org.apache.poi.hwpf.usermodel.TestBug47563.test(TestBug47563.java:80) > > assertTrue("Tes

Re: Build failed in Jenkins: POI-DSL-OpenJDK #545

2018-11-02 Thread Tim Allison
Colleagues, any idea what might be going on? How can -1 != -1?! Error: Test with 2/3: Should not find 3 but found it at -1 in 0 1 2 at org.apache.poi.hwpf.usermodel.TestBug47563.test(TestBug47563.java:80) assertTrue("Test with " + rows + "/" + columns + ": Should not find " + i + " but found it a

Build failed in Jenkins: POI-DSL-OpenJDK #545

2018-11-01 Thread Apache Jenkins Server
See Changes: [tallison] bug 60316 -- until we can implement it properly, gracefully skip the glossary document in XWPF. [tallison] bug 62624 -- further cleanup -- [...trun