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

Commit

Permalink
"using snapshot post release"
Browse files Browse the repository at this point in the history
  • Loading branch information
ekerwin committed Jul 5, 2018
1 parent 8365f3c commit b041aa0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {

plugins { id 'groovy' }

version = '10.0.0'
version = '10.0.1-SNAPSHOT'

apply plugin: 'com.blackducksoftware.integration.library'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,16 @@
* under the License.*/
package com.blackducksoftware.integration.hub.it

import static org.junit.Assert.*

import org.apache.commons.lang3.math.NumberUtils
import org.junit.Rule
import org.junit.Test
import org.junit.experimental.categories.Category
import org.junit.rules.ExpectedException
import org.slf4j.Logger
import org.slf4j.LoggerFactory

import com.blackducksoftware.integration.hub.rest.CredentialsRestConnection
import com.blackducksoftware.integration.hub.rest.CredentialsRestConnectionBuilder
import com.blackducksoftware.integration.log.LogLevel
Expand All @@ -32,15 +42,6 @@ import com.blackducksoftware.integration.rest.proxy.ProxyInfoBuilder
import com.blackducksoftware.integration.rest.request.Request
import com.blackducksoftware.integration.rest.request.Response
import com.blackducksoftware.integration.test.annotation.IntegrationTest
import org.apache.commons.lang3.math.NumberUtils
import org.junit.Rule
import org.junit.Test
import org.junit.experimental.categories.Category
import org.junit.rules.ExpectedException
import org.slf4j.Logger
import org.slf4j.LoggerFactory

import static org.junit.Assert.*

@Category(IntegrationTest.class)
class RestConnectionTestIT {
Expand All @@ -51,7 +52,6 @@ class RestConnectionTestIT {
@Rule
public ExpectedException exception = ExpectedException.none()


@Test
public void testTimeoutSet() {
final RestConnection restConnection = restConnectionTestHelper.getRestConnection()
Expand Down

0 comments on commit b041aa0

Please sign in to comment.