Changeset 16871 in josm for trunk/test/functional
- Timestamp:
- 2020-08-11T22:26:29+02:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/functional/org/openstreetmap/josm/gui/GettingStartedTest.java
r16006 r16871 40 40 @Test 41 41 public void testImageReplacementStatic() { 42 final String html = "the download button <img src=\"/browser/trunk/resources/images/download. png?format=raw\" " +43 "alt=\"source:trunk/resources/images/download. png\" title=\"source:trunk/resources/images/download.png\" />.";42 final String html = "the download button <img src=\"/browser/trunk/resources/images/download.svg?format=raw\" " + 43 "alt=\"source:trunk/resources/images/download.svg\" title=\"source:trunk/resources/images/download.svg\" />."; 44 44 assertFalse(GettingStarted.fixImageLinks(html).equals(html)); 45 45
Note:
See TracChangeset
for help on using the changeset viewer.