Changeset 16913 in josm for trunk/test/functional
- Timestamp:
- 2020-08-23T15:31:04+02:00 (4 years ago)
- Location:
- trunk/test/functional/org/openstreetmap/josm
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/functional/org/openstreetmap/josm/data/imagery/ImageryCompareTestIT.java
r16643 r16913 20 20 public class ImageryCompareTestIT { 21 21 22 private static String BLACK_PREFIX = "<pre style=\"margin:3px;color:black\">";23 private static String RED_PREFIX = "<pre style=\"margin:3px;color:red\">";22 private static final String BLACK_PREFIX = "<pre style=\"margin:3px;color:black\">"; 23 private static final String RED_PREFIX = "<pre style=\"margin:3px;color:red\">"; 24 24 25 25 /** -
trunk/test/functional/org/openstreetmap/josm/gui/mappaint/MapCSSRendererTest.java
r16235 r16913 68 68 public JOSMTestRules test = new JOSMTestRules().preferences().projection(); 69 69 70 private TestConfig testConfig;70 private final TestConfig testConfig; 71 71 72 72 // development flag - set to true in order to update all reference images -
trunk/test/functional/org/openstreetmap/josm/io/MultiFetchServerObjectReaderTest.java
r15717 r16913 52 52 @SuppressFBWarnings(value = "CRLF_INJECTION_LOGS") 53 53 public class MultiFetchServerObjectReaderTest { 54 private static Logger logger = Logger.getLogger(MultiFetchServerObjectReader.class.getName());54 private static final Logger logger = Logger.getLogger(MultiFetchServerObjectReader.class.getName()); 55 55 56 56 /**
Note:
See TracChangeset
for help on using the changeset viewer.