﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
10206	asserts for validator rules are failing silently	mkoniecz	team	"I added validator test to my rules (test itself works)

{{{
*[bicycle=designated][highway=footway]{
  throwWarning: tr(""bicycle=designated on highway=footway [my rule]"");
  fixAdd: ""foot=designated"";
  fixRemove: ""highway"";
  fixAdd: ""highway=path"";
  assertMatch: ""way bicycle=designated highway=footway"";
  assertNoMatch: ""way bicycle=designated highway=footway"";
}
}}}

I would expect that starting JOSM from command line ( java -jar -Xmx812M josm-latest.jar ) would log failing assert in console. Nothing appears, also on running validator check. Only 
{{{
INFO: Adding C:\Users\Mateusz\Desktop\hibernacja\OSM\moje.validator.mapcss to tag checker
}}}
appeared in log.

{{{
Repository Root: http://josm.openstreetmap.de/svn
Build-Date: 2014-06-23 01:38:56
Last Changed Author: bastiK
Revision: 7262
Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b
URL: http://josm.openstreetmap.de/svn/trunk
Last Changed Date: 2014-06-22 22:22:11 +0200 (Sun, 22 Jun 2014)
Last Changed Rev: 7262

Identification: JOSM/1.5 (7262 en) Windows 7 32-Bit
Memory Usage: 141 MB / 784 MB (54 MB allocated, but free)
Java version: 1.7.0_55, Oracle Corporation, Java HotSpot(TM) Client VM
VM arguments: [-Xmx812M]
Dataset consistency test: No problems found

Plugin: OpeningHoursEditor (30416)
Plugin: RoadSigns (30495)
Plugin: buildings_tools (30485)
Plugin: continuosDownload (28565)
Plugin: measurement (30416)
Plugin: notes (v0.9.2)
Plugin: turnrestrictions (30454)
Plugin: wikipedia (30449)

}}}"	enhancement	closed	normal	14.08	Core validator		fixed		
