Dan Haywood created ISIS-312:
--------------------------------
Summary: Guard in BaseFixture to allow fixtures to load in
production mode was faulty
Key: ISIS-312
URL: https://issues.apache.org/jira/browse/ISIS-312
Project: Isis
Issue Type: Bug
Reporter: Dan Haywood
Assignee: Dan Haywood
public BaseFixture(final FixtureType fixtureType) {
this.fixtureType = fixtureType;
try {
clock = FixtureClock.initialize();
- } 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");
}
}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira