Skip to content

Commit

Permalink
TEIID-2973 adding an explicit shutdown in the test
Browse files Browse the repository at this point in the history
  • Loading branch information
shawkins committed Feb 17, 2016
1 parent 8bb5a47 commit 5230365
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -137,6 +137,7 @@ public Client buildClient(String vdbName, Integer version, Properties props) {

@After
public void after() throws Exception {
http.stop();
TimestampWithTimezone.resetCalendar(null);
server.stop();
teiid.stop();
Expand Down

0 comments on commit 5230365

Please sign in to comment.