Skip to content

Commit

Permalink
Fix running tests against 2024-12
Browse files Browse the repository at this point in the history
  • Loading branch information
akurtakov committed Dec 5, 2024
1 parent 8350b01 commit 4cbd444
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public void testLocalMavenRepository() throws Exception {
// TODO this is only an indirect test; it should test that the bundles nested
// jars are accessible as file URLs
File antHome = new File(v01.getBasedir(),
"tycho340.test/target/work/plugins/org.apache.ant_1.10.14.v20230922-1200");
"tycho340.test/target/work/plugins/org.apache.ant_1.10.15.v20240901-1000");
Assert.assertTrue(antHome.isDirectory());
}

Expand Down

0 comments on commit 4cbd444

Please sign in to comment.