Changeset 16006 in josm for trunk/test/functional
- Timestamp:
- 2020-03-03T02:12:44+01:00 (5 years ago)
- Location:
- trunk/test/functional/org/openstreetmap/josm/gui
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/functional/org/openstreetmap/josm/gui/GettingStartedTest.java
r11171 r16006 40 40 @Test 41 41 public void testImageReplacementStatic() { 42 final String html = "the download button <img src=\"/browser/trunk/ images/download.png?format=raw\" " +43 "alt=\"source:trunk/ images/download.png\" title=\"source:trunk/images/download.png\" />.";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\" />."; 44 44 assertFalse(GettingStarted.fixImageLinks(html).equals(html)); 45 45 -
trunk/test/functional/org/openstreetmap/josm/gui/mappaint/StyleCacheTest.java
r14138 r16006 63 63 64 64 try ( 65 InputStream fisC = Compression.getUncompressedFileInputStream(new File(" data_nodist/neubrandenburg.osm.bz2"));65 InputStream fisC = Compression.getUncompressedFileInputStream(new File("nodist/data/neubrandenburg.osm.bz2")); 66 66 ) { 67 67 dsCity = OsmReader.parseDataSet(fisC, NullProgressMonitor.INSTANCE);
Note:
See TracChangeset
for help on using the changeset viewer.