- Timestamp:
- 2016-01-09T23:37:08+01:00 (9 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
r8926 r9374 134 134 JOSMFixture.createFunctionalTestFixture().init(); 135 135 136 Main.pref.put("osm-server.auth-method", "basic"); 137 136 138 // don't use atomic upload, the test API server can't cope with large diff uploads 137 139 Main.pref.put("osm-server.atomic-upload", false); -
trunk/test/functional/org/openstreetmap/josm/io/OsmServerBackreferenceReaderTest.java
r8926 r9374 157 157 JOSMFixture.createFunctionalTestFixture().init(); 158 158 159 Main.pref.put("osm-server.auth-method", "basic"); 160 159 161 // don't use atomic upload, the test API server can't cope with large diff uploads 160 162 //
Note:
See TracChangeset
for help on using the changeset viewer.