Skip to content

Commit

Permalink
Fix CI Test on Windows (hopefully)
Browse files Browse the repository at this point in the history
git-svn-id: https://josm.openstreetmap.de/svn/trunk@19339 0c6e7542-c601-0410-84e7-c038aed88b3b
  • Loading branch information
stoecker committed Feb 25, 2025
1 parent e732708 commit 1587ccf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class MVTLayerTest {

@BeforeEach
void setUp() {
final ImageryInfo imageryInfo = new ImageryInfo("MvtLayerTest", "file:" + TestUtils.getTestDataRoot() + "pbf/mapillary/{z}/{x}/{y}.mvt");
final ImageryInfo imageryInfo = new ImageryInfo("MvtLayerTest", "file:/" + TestUtils.getTestDataRoot() + "pbf/mapillary/{z}/{x}/{y}.mvt");

Check failure on line 51 in test/unit/org/openstreetmap/josm/gui/layer/imagery/MVTLayerTest.java

View workflow job for this annotation

GitHub Actions / Analyze

com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck

Line is longer than 145 characters (found 146).
imageryInfo.setImageryType(ImageryInfo.ImageryType.MVT);
this.testLayer = new MVTLayer(imageryInfo);
}
Expand Down

0 comments on commit 1587ccf

Please sign in to comment.