Changeset 15073 in josm
- Timestamp:
- 2019-05-12T08:33:00+02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/data/validation/tests/MapCSSTagCheckerTest.java
r15069 r15073 51 51 @Rule 52 52 @SuppressFBWarnings(value = "URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD") 53 public JOSMTestRules test = new JOSMTestRules().projection().territories(); 53 public JOSMTestRules test = new JOSMTestRules().projection().territories().preferences(); 54 54 55 55 static MapCSSTagChecker buildTagChecker(String css) throws ParseException {
Note:
See TracChangeset
for help on using the changeset viewer.