Changeset 31807 in osm for applications/editors/josm/plugins/mapillary/test
- Timestamp:
- 2015-12-10T22:11:49+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/mapillary/test/unit/org/openstreetmap/josm/plugins/mapillary/oauth/OAuthPortListenerTest.java
r31488 r31807 34 34 } 35 35 try { 36 URL url = new URL("http://localhost: 8763?access_token=access_token");36 URL url = new URL("http://localhost:"+OAuthPortListener.PORT+"?access_token=access_token"); 37 37 HttpURLConnection con = (HttpURLConnection) url.openConnection(); 38 38 BufferedReader in = new BufferedReader(new InputStreamReader(
Note:
See TracChangeset
for help on using the changeset viewer.