Uploaded image for project: 'Causeway'
  1. Causeway
  2. CAUSEWAY-312

Guard in BaseFixture to allow fixtures to load in production mode was faulty

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • core-1.0.0
    • core-1.1.0
    • Core
    • None

    Description

      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"); }

      }

      Attachments

        Activity

          People

            danhaywood Daniel Keir Haywood
            danhaywood Daniel Keir Haywood
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: