Repository: incubator-blur Updated Branches: refs/heads/master d52f266be -> 19892af73
Missed one file on last commit. Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/19892af7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/19892af7 Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/19892af7 Branch: refs/heads/master Commit: 19892af739bb3aa4de8c6169b2dd0e76e4ed3d0a Parents: d52f266 Author: Aaron McCurry <[email protected]> Authored: Tue Dec 30 09:34:48 2014 -0500 Committer: Aaron McCurry <[email protected]> Committed: Tue Dec 30 09:34:48 2014 -0500 ---------------------------------------------------------------------- .../test/java/org/apache/blur/command/IntegrationTestSuite.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/19892af7/blur-command/src/test/java/org/apache/blur/command/IntegrationTestSuite.java ---------------------------------------------------------------------- diff --git a/blur-command/src/test/java/org/apache/blur/command/IntegrationTestSuite.java b/blur-command/src/test/java/org/apache/blur/command/IntegrationTestSuite.java index 2fdacf3..e619bec 100644 --- a/blur-command/src/test/java/org/apache/blur/command/IntegrationTestSuite.java +++ b/blur-command/src/test/java/org/apache/blur/command/IntegrationTestSuite.java @@ -63,7 +63,7 @@ public class IntegrationTestSuite { }; @After - public void tearDown() throws BlurException, TException { + public void tearDown() throws BlurException, TException, IOException { Iface client = SuiteCluster.getClient(); List<String> tableList = client.tableList(); for (String table : tableList) {
