Changeset 12842 in josm for trunk/test/functional
- Timestamp:
- 2017-09-13T16:32:24+02:00 (7 years ago)
- Location:
- trunk/test/functional/org/openstreetmap/josm/io
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/functional/org/openstreetmap/josm/io/MultiFetchServerObjectReaderTest.java
r12687 r12842 156 156 157 157 // don't use atomic upload, the test API server can't cope with large diff uploads 158 Main.pref.put ("osm-server.atomic-upload", false);158 Main.pref.putBoolean("osm-server.atomic-upload", false); 159 159 160 160 File dataSetCacheOutputFile = new File(System.getProperty("java.io.tmpdir"), -
trunk/test/functional/org/openstreetmap/josm/io/OsmServerBackreferenceReaderTest.java
r12687 r12842 165 165 // don't use atomic upload, the test API server can't cope with large diff uploads 166 166 // 167 Main.pref.put ("osm-server.atomic-upload", false);167 Main.pref.putBoolean("osm-server.atomic-upload", false); 168 168 Main.setProjection(Projections.getProjectionByCode("EPSG:3857")); // Mercator 169 169 Logging.setLogLevel(Logging.LEVEL_DEBUG);
Note:
See TracChangeset
for help on using the changeset viewer.