Skip to content

Commit 1587ccf

Browse files
author
stoecker
committedFeb 25, 2025
Fix CI Test on Windows (hopefully)
git-svn-id: https://josm.openstreetmap.de/svn/trunk@19339 0c6e7542-c601-0410-84e7-c038aed88b3b
1 parent e732708 commit 1587ccf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/unit/org/openstreetmap/josm/gui/layer/imagery/MVTLayerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class MVTLayerTest {
4848

4949
@BeforeEach
5050
void setUp() {
51-
final ImageryInfo imageryInfo = new ImageryInfo("MvtLayerTest", "file:" + TestUtils.getTestDataRoot() + "pbf/mapillary/{z}/{x}/{y}.mvt");
51+
final ImageryInfo imageryInfo = new ImageryInfo("MvtLayerTest", "file:/" + TestUtils.getTestDataRoot() + "pbf/mapillary/{z}/{x}/{y}.mvt");
5252
imageryInfo.setImageryType(ImageryInfo.ImageryType.MVT);
5353
this.testLayer = new MVTLayer(imageryInfo);
5454
}

0 commit comments

Comments
 (0)
Failed to load comments.