Changeset 14019 in josm for trunk/test/unit/org/openstreetmap/josm/gui/mappaint/mapcss/KeyValueConditionTest.groovy
- Timestamp:
- 2018-07-08T17:12:38+02:00 (3 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 1 *-josm.xml 1 2 bin 2 3 bin2 4 bintest 5 build 6 build2 3 7 dist 4 build 8 foobar 9 hs_err_pid* 10 imagery_* 11 javadoc 12 junit*.properties 5 13 plugin-check 6 *-josm.xml 7 javadoc 14 taginfo-img 8 15 taginfo_*.json 9 taginfo-img 10 build2 11 junit*.properties 12 foobar 13 imagery_* 16 test_BLOCK_v2.* 14 17 validator-* 15 test_BLOCK_v2.*16 hs_err_pid*
-
- Property svn:ignore
-
trunk/test/unit/org/openstreetmap/josm/gui/mappaint/mapcss/KeyValueConditionTest.groovy
r10837 r14019 1 1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.gui.mappaint.mapcss; 3 4 import static groovy.test.GroovyAssert.shouldFail 3 5 4 6 import org.junit.* … … 15 17 import org.openstreetmap.josm.gui.mappaint.mapcss.parsergen.MapCSSParser 16 18 17 18 19 class KeyValueConditionTest { 19 20 def shouldFail = new GroovyTestCase().&shouldFail21 20 22 21 def DataSet ds;
Note: See TracChangeset
for help on using the changeset viewer.