Changeset 15741 in josm for trunk/test/functional
- Timestamp:
- 2020-01-20T23:18:40+01:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/functional/org/openstreetmap/josm/tools/HttpClientTest.java
r14191 r15741 117 117 assertThat(root.getJsonObject("args").getString("foo"), is("bar")); 118 118 assertThat(root.getString("url"), is("https://httpbin.org/get?foo=bar")); 119 assertThat(root.getJsonObject("headers").get("Cache-Control"), nullValue()); 120 assertThat(root.getJsonObject("headers").get("Pragma"), nullValue()); 119 121 } 120 122 }
Note:
See TracChangeset
for help on using the changeset viewer.