Changeset 31808 in osm for applications/editors/josm/plugins/mapillary/test/unit
- Timestamp:
- 2015-12-10T22:12:00+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
r31807 r31808 25 25 @Test 26 26 public void responseTest() { 27 OAuthPortListener t = new OAuthPortListener(); 27 OAuthPortListener t = new OAuthPortListener(null); 28 28 t.start(); 29 29 try {
Note:
See TracChangeset
for help on using the changeset viewer.