Changeset 12807 in josm for trunk/test
- Timestamp:
- 2017-09-09T19:58:38+02:00 (8 years ago)
- Location:
- trunk/test
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/functional/org/openstreetmap/josm/tools/HttpClientTest.java
r12570 r12807 183 183 } 184 184 185 @Test ()185 @Test 186 186 public void testHttp401() throws IOException { 187 187 // https://tools.ietf.org/html/rfc2324 -
trunk/test/unit/org/openstreetmap/josm/testutils/JOSMTestRules.java
r12795 r12807 23 23 import org.openstreetmap.josm.gui.MainApplication; 24 24 import org.openstreetmap.josm.gui.mappaint.MapPaintStyles; 25 import org.openstreetmap.josm.gui.oauth.OAuthAuthorizationWizard; 25 26 import org.openstreetmap.josm.gui.tagging.presets.TaggingPresets; 26 27 import org.openstreetmap.josm.gui.util.GuiHelper; … … 28 29 import org.openstreetmap.josm.io.OsmApi; 29 30 import org.openstreetmap.josm.io.OsmApiInitializationException; 31 import org.openstreetmap.josm.io.OsmConnection; 30 32 import org.openstreetmap.josm.io.OsmTransferCanceledException; 31 33 import org.openstreetmap.josm.tools.I18n; … … 283 285 // Setup callbacks 284 286 DeleteCommand.setDeletionCallback(DeleteAction.defaultDeletionCallback); 287 OsmConnection.setOAuthAccessTokenFetcher(OAuthAuthorizationWizard::obtainAccessToken); 285 288 286 289 // Set up i18n
Note:
See TracChangeset
for help on using the changeset viewer.
