Update after review comments

- Fix the directory structure to match with package names
  - Fixes #163
This commit is contained in:
Giri Dandu 2015-05-08 14:28:07 -04:00
parent 0b468ca070
commit 4e636a9102
11 changed files with 1 additions and 2 deletions

View File

@ -32,7 +32,6 @@ class TestRunner {
integrationRestApiClient.port = Integer.valueOf(System.getProperty("DeploydbPort")) + 1
String path = "/tasks/modelCleanup?group="+artifactGroup+"&name="+artifactName+"&version="+artifactVersion
// String path = "/tasks/modelCleanup?group=basic.group.1&name=bg1&version=1.2.345"
Response response = integrationRestApiClient.postJsonToPath(path, "", false)
response.close()

View File

@ -6,7 +6,7 @@ import org.codehaus.groovy.testng.TestNgRunner
class UatMainApp {
static void main(String[] args) {
uat.TestRunner testRunner = new uat.TestRunner()
TestRunner testRunner = new TestRunner()
ConsulClient consulClient = new ConsulClient()
boolean success = true