- Timestamp:
- 2014-05-31T17:14:19+02:00 (11 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/validator/deprecated.mapcss
r7106 r7197 210 210 assertMatch: "way access=official"; 211 211 } 212 213 /* see #10085 - give warning for fixme=yes */ 214 *[fixme=yes], *[FIXME=yes] { 215 throwWarning: tr("{0}={1} is unspecific. Instead of ''{1}'' please give more information about what exactly should be fixed.", "{0.key}", "{0.value}"); 216 assertMatch: "way fixme=yes"; 217 } 218 -
trunk/src/org/openstreetmap/josm/data/validation/Test.java
r7140 r7197 184 184 if (startTime > 0) { 185 185 long elapsedTime = System.currentTimeMillis() - startTime; 186 Main. info(tr("Test ''{0}'' completed in {1}", getName(), Utils.getDurationString(elapsedTime)));186 Main.debug(tr("Test ''{0}'' completed in {1}", getName(), Utils.getDurationString(elapsedTime))); 187 187 } 188 188 }
Note:
See TracChangeset
for help on using the changeset viewer.