Changeset 34609 in osm for applications/editors/josm/plugins/pdfimport/test/unit
- Timestamp:
- 2018-08-28T01:28:13+02:00 (6 years ago)
- Location:
- applications/editors/josm/plugins/pdfimport/test/unit
- Files:
-
- 5 added
- 1 deleted
- 1 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/pdfimport/test/unit/org/openstreetmap/josm/plugins/pdfimport/pdfbox/PDFParserTest.java
r32542 r34609 1 1 // License: GPL. For details, see LICENSE file. 2 package pdfimport.pdfbox;2 package org.openstreetmap.josm.plugins.pdfimport.pdfbox; 3 3 4 4 import static org.junit.Assert.assertEquals; … … 10 10 import org.openstreetmap.josm.TestUtils; 11 11 import org.openstreetmap.josm.gui.progress.NullProgressMonitor; 12 13 import pdfimport.PathOptimizer; 12 import org.openstreetmap.josm.plugins.pdfimport.PathOptimizer; 14 13 15 14 public class PDFParserTest {
Note:
See TracChangeset
for help on using the changeset viewer.