Changeset 34162 in osm for applications/editors
- Timestamp:
- 2018-04-22T02:21:02+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/wikipedia/test/unit/org/wikipedia/io/SophoxDownloadReaderTest.java
r33808 r34162 36 36 */ 37 37 @Test 38 public void testPoint() throws UnsupportedEncodingException{38 public void testPoint() { 39 39 assertThat(SophoxDownloadReader.point(9.5, 47.16), 40 40 is("\"Point(9.5 47.16)\"^^geo:wktLiteral")); … … 46 46 /** 47 47 * Tests server response parsing 48 * @throws UnsupportedEncodingException if an error occurs 48 49 */ 49 50 @Test
Note:
See TracChangeset
for help on using the changeset viewer.