File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/test/java/hudson/plugins/git Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ public void checkoutWithDifferentCredentials() throws Exception {
8585
8686 @ Issue ("JENKINS-30515" )
8787 @ Test
88- public void checkoutWithVInvalidCredentials () throws Exception {
88+ public void checkoutWithInvalidCredentials () throws Exception {
8989 sampleRepo .init ();
9090 store .addCredentials (Domain .global (), createCredential (CredentialsScope .SYSTEM , "github" ));
9191 store .save ();
@@ -104,7 +104,7 @@ public void checkoutWithVInvalidCredentials() throws Exception {
104104
105105 @ Issue ("JENKINS-30515" )
106106 @ Test
107- public void checkoutWithVNoCredentialsStoredButUsed () throws Exception {
107+ public void checkoutWithNoCredentialsStoredButUsed () throws Exception {
108108 sampleRepo .init ();
109109
110110 WorkflowJob p = r .jenkins .createProject (WorkflowJob .class , "p" );
@@ -122,7 +122,7 @@ public void checkoutWithVNoCredentialsStoredButUsed() throws Exception {
122122
123123 @ Issue ("JENKINS-30515" )
124124 @ Test
125- public void checkoutWithVNoCredentialsSpecified () throws Exception {
125+ public void checkoutWithNoCredentialsSpecified () throws Exception {
126126 sampleRepo .init ();
127127
128128 WorkflowJob p = r .jenkins .createProject (WorkflowJob .class , "p" );
You can’t perform that action at this time.
0 commit comments