Skip to content

Commit

Permalink
Merge pull request #143 from jglick/testRemotingJar
Browse files Browse the repository at this point in the history
Make `ReadManifestStepTest.testRemotingJar` pass on post-JWS Remoting
  • Loading branch information
rsandell committed Jun 3, 2022
2 parents b7fcf87 + 0fdc1f7 commit 9b880b6
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,6 @@ public void testRemotingJar() throws Exception {
" assert man.main != null\n" +
" echo man.main['Version']\n" +
" assert man.main['Version'] == '" + remotingVersion + "'\n" +
" echo man.main['Application-Name']\n" +
" assert man.main['Application-Name'] == 'Jenkins Remoting Agent'\n" +
" assert man.entries['io/jenkins/remoting/shaded/org/kohsuke/args4j/spi/PatternOptionHandler.class']['SHA-256-Digest'] != null\n" +
"}\n"
, true));
WorkflowRun run = j.assertBuildStatusSuccess(p.scheduleBuild2(0));
Expand Down

0 comments on commit 9b880b6

Please sign in to comment.