I think I wrote that frail unit test, which looks to be (Java) platform dependent. I'll update the test.
There is another test that tests the timing of autosizing columns, and that test fails on slower machines or on machines where the CPU is being heavily used by other processes while the unit test suite is running. On Aug 15, 2016 8:26 AM, "Matt Barron" <mfb...@gmail.com> wrote: > That is a test that was already in place, I did not modify any code prior > to attempting the build. > > I did modify the test case > "src/ooxml/testcases/org/apache/poi/xssf/streaming/ > TestSXSSFSheetAutoSizeColumn.java" > and lowered the value of COLUMN_WIDTH_THRESHOLD_BETWEEN_SHORT_AND_LONG > from > 5000 to 4900 per the suggestion from Andreas. > After I made that change, the build process was successful and I had no > errors. > > On Mon, Aug 15, 2016 at 11:17 AM, Murphy, Mark <murphym...@metalexmfg.com> > wrote: > > > Is this a test he has created which is failing, or is it a current test > > that is already working for us? > > > > -----Original Message----- > > From: Andreas Beeker [mailto:kiwiwi...@apache.org] > > Sent: Monday, August 15, 2016 10:25 AM > > To: POI Users List <user@poi.apache.org> > > Subject: Re: Trouble building 3.15 > > > > > [java] java.lang.AssertionError: Expected a column width greater > > > than > > > 5000 but found 4971 > > > > At first glance, this looks like a font issue - why don't you simply > > decrease the assertion to something above 4900 instead of 5000? > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: user-unsubscr...@poi.apache.org For additional > > commands, e-mail: user-h...@poi.apache.org > > > > >