Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
core-1.0.0
-
None
Description
public BaseFixture(final FixtureType fixtureType) {
this.fixtureType = fixtureType;
try
catch (final IllegalStateException ex)
{ + }catch (final ApplicationException ex)
{ clock = null; System.err.println(ex.getMessage()); System.err.println("calls to change date or time will be ignored"); }}