Go for it! Send from my mobile device
> Am 11.04.2015 um 09:02 schrieb Duncan Jones <[email protected]>: > > 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 twice, once for FastDateParserTest and once for the > subclass FastDateFormat_ParserTest. Yet the method doesn't appear to > use the result of getInstance(). As a result, we don't want this being > executed by subclasses as it gains us nothing. > > Before I refactor this test, possibly into a separate > TimeZoneStrategyTest class, can anyone suggest a reason not to? Or a > better solution / location for the test? > > Duncan > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
