Skip to content

Commit

Permalink
fixing test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuwan Wimalasekara authored and Nuwan Wimalasekara committed Aug 27, 2015
1 parent a1c4f5c commit 994072c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public void setEnvironment() throws APIManagerIntegrationTestException, IOExcept
XPathExpressionException, URISyntaxException, SAXException, XMLStreamException,
LoginAuthenticationExceptionException {
super.init();
apiEndPointUrl = gatewayUrls.getWebAppURLHttp() + API_END_POINT_POSTFIX_URL;
apiEndPointUrl = gatewayUrlsWrk.getWebAppURLHttp() + API_END_POINT_POSTFIX_URL;
String publisherURLHttp = publisherUrls.getWebAppURLHttp();
apiPublisher = new APIPublisherRestClient(publisherURLHttp);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,6 @@ public void testTierRetrieval() {

@AfterClass(alwaysRun = true)
public void destroy() throws Exception {
super.cleanup();
super.cleanUp();
}
}

0 comments on commit 994072c

Please sign in to comment.