Changeset 18649 in josm for trunk/test/data/META-INF

Timestamp:
2023-02-06T19:39:32+01:00 (2 years ago)
Author:
taylor.smock
Message:

Fix #22712: ignore list doesn't work

This occurred due to OsmValidator#save modifying the list, and expecting
all error codes to be positive.

TestErrorTest now checks one of the tests known to have a negative hashcode.

This also adds some additional JUnit 5 annotations. The additional
annotations are:

  • @LayerManager (cleans up layers after each test run)
    • This is automatically registered for all tests
  • @Projection (sets up the ProjectionRegistry for each test)
Location:
trunk/test/data/META-INF
Files:
3 added

Note: See TracChangeset for help on using the changeset viewer.