Changeset 18691 in josm for trunk/test
- Timestamp:
- 2023-03-14T14:37:10+01:00 (3 years ago)
- Location:
- trunk/test
- Files:
- 
      - 5 edited
 
 - 
          
  functional/org/openstreetmap/josm/io/MultiFetchServerObjectReaderTest.java (modified) (1 diff)
- 
          
  performance/org/openstreetmap/josm/io/OsmReaderPerformanceTest.java (modified) (1 diff)
- 
          
  unit/org/openstreetmap/josm/data/validation/routines/DomainValidatorTestIT.java (modified) (1 diff)
- 
          
  unit/org/openstreetmap/josm/gui/datatransfer/ClipboardUtilsTest.java (modified) (1 diff)
- 
          
  unit/org/openstreetmap/josm/gui/datatransfer/LayerTransferableTest.java (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/test/functional/org/openstreetmap/josm/io/MultiFetchServerObjectReaderTest.javar18690 r18691 11 11 import java.io.FileInputStream; 12 12 import java.io.FileNotFoundException; 13 import java.io.FileOutputStream;14 13 import java.io.IOException; 15 14 import java.io.OutputStreamWriter; 
- 
      trunk/test/performance/org/openstreetmap/josm/io/OsmReaderPerformanceTest.javar18690 r18691 7 7 import java.io.ByteArrayOutputStream; 8 8 import java.io.File; 9 import java.io.FileInputStream;10 9 import java.io.IOException; 11 10 import java.io.InputStream; 
- 
      trunk/test/unit/org/openstreetmap/josm/data/validation/routines/DomainValidatorTestIT.javar18690 r18691 23 23 import java.io.Closeable; 24 24 import java.io.File; 25 import java.io.FileInputStream;26 25 import java.io.FileOutputStream; 27 26 import java.io.IOException; 
- 
      trunk/test/unit/org/openstreetmap/josm/gui/datatransfer/ClipboardUtilsTest.javar18690 r18691 15 15 import java.awt.datatransfer.Transferable; 16 16 import java.awt.datatransfer.UnsupportedFlavorException; 17 import java.io.IOException;18 17 19 18 import net.trajano.commons.testing.UtilityClassTestUtil; 
- 
      trunk/test/unit/org/openstreetmap/josm/gui/datatransfer/LayerTransferableTest.javar18690 r18691 16 16 import org.junit.jupiter.api.Test; 17 17 import org.openstreetmap.josm.gui.datatransfer.LayerTransferable.Data; 18 import org.openstreetmap.josm.gui.layer.Layer;19 18 import org.openstreetmap.josm.gui.layer.LayerManagerTest; 20 19 import org.openstreetmap.josm.gui.layer.LayerManagerTest.TestLayer; 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
