Changeset 9856 in josm for trunk/test/unit/org
- Timestamp:
- 2016-02-23T13:29:54+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/tools/OverpassTurboQueryWizardTest.java
r9815 r9856 5 5 6 6 import org.junit.BeforeClass; 7 import org.junit.Ignore;8 7 import org.junit.Test; 9 8 import org.openstreetmap.josm.JOSMFixture; … … 27 26 */ 28 27 @Test 29 @Ignore("see #12514 - Test does not work with Java 7, to enable after Java 8 migration if not fixed in the meantime")30 28 public void testKeyValue() { 31 29 final String query = OverpassTurboQueryWizard.getInstance().constructQuery("amenity=drinking_water");
Note:
See TracChangeset
for help on using the changeset viewer.