Changeset 14019 in josm for trunk/test/unit/org/openstreetmap/josm/gui/mappaint/mapcss/KeyConditionTest.groovy
- Timestamp:
- 2018-07-08T17:12:38+02:00 (5 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/KeyConditionTest.groovy
r10837 r14019 2 2 package org.openstreetmap.josm.gui.mappaint.mapcss; 3 3 4 import static groovy.test.GroovyAssert.shouldFail 4 5 import static org.junit.Assert.* 5 6 … … 16 17 17 18 class KeyConditionTest { 18 19 def shouldFail = new GroovyTestCase().&shouldFail20 19 21 20 def DataSet ds;
Note: See TracChangeset
for help on using the changeset viewer.