Changeset 18637 in josm for trunk/test


Ignore:
Timestamp:
2023-01-17T15:05:33+01:00 (16 months ago)
Author:
taylor.smock
Message:

See #18230: Move RightAngleBuildingTest error code to 4101 from 3701.

This is due to clashing with an error code from pt_assistant.

See also #21423: Ensure validator codes are unique -- replace missed
since xxx with since 18636.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/plugins/PluginHandlerTestIT.java

    r18636 r18637  
    188188            if (org.openstreetmap.josm.data.validation.Test.class.isAssignableFrom(clazz)
    189189            && !Objects.equals(org.openstreetmap.josm.data.validation.Test.class, clazz)) {
    190                 // clazz.getName().hashCode() is how the base error codes are calculated since xxx
     190                // clazz.getName().hashCode() is how the base error codes are calculated since r18636
    191191                // We want to avoid cases where the hashcode is too close, so we want to
    192192                // ensure that there is at least 1m available codes after the hashCode.
Note: See TracChangeset for help on using the changeset viewer.