Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
discombobulating the reticular spline to allow for inverse proportion…
Browse files Browse the repository at this point in the history
…al turbo encabulation of malleable response deltas in support of high-:hankey: reciprocating disparities in Java
  • Loading branch information
jamesdh committed Aug 3, 2013
1 parent 8594ad6 commit 9363136
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/groovy/com/entagen/jenkins/JenkinsApiTests.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ class JenkinsApiTests extends GroovyTestCase {

@Test public void testInvalidHostThrowsConnectionException() {
JenkinsApi api = new JenkinsApi(jenkinsServerUrl: "http://invalid.foo:9090/jenkins")
assert "invalid.foo: nodename nor servname provided, or not known" == shouldFail(UnknownHostException) {
assert shouldFail(UnknownHostException) {
api.getJobNames("myproj")
}
}.contains("invalid.foo")
}

@Test public void testCantConnectToEndpointThrowsException() {
Expand Down

1 comment on commit 9363136

@skanjo
Copy link

@skanjo skanjo commented on 9363136 Oct 1, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Greatest commit message EVER!

Please sign in to comment.