Skip to content

Commit

Permalink
Update dependency org.jenkins-ci.main:jenkins-test-harness to v2345 (#…
Browse files Browse the repository at this point in the history
…9897)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 22, 2024
1 parent ebfa9c2 commit 4fe5040
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ THE SOFTWARE.
<dependency>
<groupId>org.jenkins-ci.main</groupId>
<artifactId>jenkins-test-harness</artifactId>
<version>2341.v35346d95d2b_7</version>
<version>2345.v699712948764</version>
<scope>test</scope>
<exclusions>
<exclusion>
Expand Down
2 changes: 1 addition & 1 deletion test/src/test/java/hudson/PluginManagerTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,7 @@ public void verifyUploadedPluginPermission() throws Exception {
File dir = tmp.newFolder();
File plugin = new File(dir, "htmlpublisher.jpi");
FileUtils.copyURLToFile(Objects.requireNonNull(getClass().getClassLoader().getResource("plugins/htmlpublisher.jpi")), plugin);
f.getInputByName("name").setValueAttribute(plugin.getAbsolutePath());
f.getInputByName("name").setValue(plugin.getAbsolutePath());
r.submit(f);

File filesRef = Files.createTempFile("tmp", ".tmp").toFile();
Expand Down

0 comments on commit 4fe5040

Please sign in to comment.