Changeset 32865 in osm for applications/editors/josm/plugins/pbf/test
- Timestamp:
- 2016-08-21T23:36:28+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/pbf/test/unit/org/openstreetmap/josm/plugins/pbf/io/PbfExporterTest.java
r32862 r32865 7 7 import java.nio.file.Path; 8 8 9 import org.junit.Ignore;10 9 import org.junit.Rule; 11 10 import org.junit.Test; … … 33 32 */ 34 33 @Test 35 @Ignore("TODO: to fix")36 34 public void testTicket11169() throws Exception { 37 35 try (InputStream is = Compression.ZIP.getUncompressedInputStream(
Note:
See TracChangeset
for help on using the changeset viewer.