Changeset 9869 in josm


Ignore:
Timestamp:
2016-02-24T01:35:31+01:00 (8 years ago)
Author:
Don-vip
Message:

see #12557 - rename integration test correctly

Location:
trunk
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/data/validation/routines/DomainValidatorTestIT.java

    r9866 r9869  
    5151 * @version $Revision: 1723861 $
    5252 */
    53 public class DomainValidatorIT {
     53public class DomainValidatorTestIT {
    5454
    5555    /**
  • trunk/tools/checkstyle/josm_filters.xml

    r9853 r9869  
    99  <suppress checks="HeaderCheck" files="NTV2SubGrid\.java" />
    1010  <suppress checks="HeaderCheck" files="NTV2Util\.java" />
    11   <suppress checks="HeaderCheck" files="DomainValidator(Test|IT)?\.java" />
     11  <suppress checks="HeaderCheck" files="DomainValidator(Test)?(IT)?\.java" />
    1212  <suppress checks="HeaderCheck" files="EmailValidator(Test)?\.java" />
    1313  <suppress checks="HeaderCheck" files="InetAddressValidator(Test)?\.java" />
Note: See TracChangeset for help on using the changeset viewer.