[GUMP@vmgump]: Project poi-test (in module poi) failed

2013-08-24 Thread Gump [HEAD] :-(
=20130824 test [Working Directory: /srv/gump/public/workspace/poi] CLASSPATH: /usr/lib/jvm/java-7-oracle/lib/tools.jar:/srv/gump/public/workspace/poi/build/test-classes:/srv/gump/public/workspace/poi/build/scratchpad-test-classes:/srv/gump/public/workspace/poi/build/ooxml-test-classes:/srv/gump/public

Build failed in Jenkins: POI #141

2013-08-24 Thread Apache Jenkins Server
See https://builds.apache.org/job/POI/141/changes Changes: [nick] More unit tests for column conversion, and avoid the use of Math.pow based on the suggestion from github-6 [centic] Tried to reproduce Bug 47090, but seems to be fixed now. [centic] Add testcase which tries to reproduce Bug

Re: Broken test on head

2013-08-24 Thread Dominik Stadler
This is a classic use-case for git bisect: Just kick it off and let it work out which commit broke the test: Total time: 3 minutes 30 seconds fd90a2319f81234730f311c4a3053b302343b54f is the first bad commit commit fd90a2319f81234730f311c4a3053b302343b54f Author: nick

Re: Broken test on head

2013-08-24 Thread Dominik Stadler
Problem is here: -colRef = colChar + colRef; +colRef.append(colChar); the result in the new version is different as previously it was sort of a prepend, not an append... Dominik. On Sat, Aug 24, 2013 at 12:06 PM, Dominik Stadler dominik.stad...@gmx.atwrote: This is a

Re: Broken test on head

2013-08-24 Thread Dominik Stadler
Should be fixed again now. Cheers... Dominik. On Sat, Aug 24, 2013 at 12:10 PM, Dominik Stadler dominik.stad...@gmx.atwrote: Problem is here: -colRef = colChar + colRef; +colRef.append(colChar); the result in the new version is different as previously it was sort

Jenkins build is back to normal : POI #142

2013-08-24 Thread Apache Jenkins Server
See https://builds.apache.org/job/POI/142/changes - To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org