Changes between Initial Version and Version 1 of Ticket #16567, comment 31


Ignore:
Timestamp:
2020-06-11T16:55:51+02:00 (4 years ago)
Author:
taylor.smock

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16567, comment 31

    initial v1  
    33The `16567.deprecated.1.patch` ''does depend on'' the `16567.12.patch` (where I added new `assert` methods, I used the JUnit5 API, not the JUnit4 API).
    44
    5 I'm going to have to do more work on `ExpectedRootException` -- currently only used in `LayerManagerTest.java`, and maybe some addons.
     5I'm going to have to do more work on `ExpectedRootException` -- currently only used in `LayerManagerTest.java`, and ~~maybe some plugins~~. ''[EDIT: Not used in any plugins in the `plugins` directory]''
    66
    77I'm also going to have to do some work on `OptionParserTest#testMultipleShort` -- the current (in-tree) implementation stops at the first `parser.parseOptions(Arrays.asList("-ft=arg", "x"))`, so I have to figure out how to actually run the remainder of the test (note: fairly easy to avoid stopping due to an expected exception, but the other assertions are failing).