Changeset 11009 in josm for trunk/test/unit/org
- Timestamp:
- 2016-09-17T15:19:44+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/io/OverpassDownloadReaderTest.java
r11003 r11009 4 4 import static org.junit.Assert.assertEquals; 5 5 6 import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;7 6 import org.junit.Rule; 8 7 import org.junit.Test; … … 12 11 import org.openstreetmap.josm.tools.OverpassTurboQueryWizard; 13 12 import org.openstreetmap.josm.tools.Utils; 13 14 import edu.umd.cs.findbugs.annotations.SuppressFBWarnings; 14 15 15 16 /** … … 76 77 assertEquals("// Failed to evaluate {{geocodeArea:foo-bar-baz-does-not-exist}}\n", query); 77 78 } 78 79 79 }
Note:
See TracChangeset
for help on using the changeset viewer.