-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Freshen up realistic tests #78
Conversation
</dependency> | ||
<dependency> | ||
<groupId>org.jenkins-ci.test</groupId> | ||
<artifactId>docker-fixtures</artifactId> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Deprecated.
@@ -83,18 +82,20 @@ | |||
<dependency> | |||
<groupId>org.jenkins-ci.plugins</groupId> | |||
<artifactId>mailer</artifactId> | |||
<version>1.32.1</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
supersedes #76
@Rule | ||
public JenkinsRule j = new JenkinsRule(); | ||
public RealJenkinsRule rr = new RealJenkinsRule(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See jenkinsci/jenkins-test-harness#280. Would have increased my confidence about class loading issues during #48 in particular.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(I merged #77 to make this possible.)
No description provided.