Re: [lang] testTimeZoneStrategyPattern() runs twice for no apparent gain

2015-04-12 Thread Benedikt Ritter
Go for it! Send from my mobile device > Am 11.04.2015 um 09:02 schrieb Duncan Jones : > > Hi everyone, > > Lang takes a few minutes to build on my system, so I was examining > execution times of tests to see if anything can be improved. > > I noticed that FastDateParserTest.testTimeZoneStrateg

Re: [lang] testTimeZoneStrategyPattern() runs twice for no apparent gain

2015-04-11 Thread Chas Honton
Duncan, Nothing lost by moving into separate test class. Speed gained. Chas > On Apr 11, 2015, at 12:02 AM, Duncan Jones wrote: > > Hi everyone, > > Lang takes a few minutes to build on my system, so I was examining > execution times of tests to see if anything can be improved. > > I notice

[lang] testTimeZoneStrategyPattern() runs twice for no apparent gain

2015-04-11 Thread Duncan Jones
Hi everyone, Lang takes a few minutes to build on my system, so I was examining execution times of tests to see if anything can be improved. I noticed that FastDateParserTest.testTimeZoneStrategyPattern() takes quite a long time to execute (over 40 seconds for me). Then I noticed this is executed