Skip to content

Commit

Permalink
Move more files to module integration-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
apc999 committed May 12, 2015
1 parent 7186554 commit 8efbd75
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 1 deletion.
Expand Up @@ -91,7 +91,7 @@ public void user_getClientBlockInfoReturnsOnError() throws TException, IOExcepti
}

@Test(timeout = 3000, expected = NoWorkerException.class)
public void user_getWorkerReturnsWhenNotLocal() throws TException, IOException {
public void user_getWorkerReturnsWhenNotLocal() throws Exception {
// this test was created to show that a infi loop happens
// the timeout will protect against this, and the change was to throw a IOException
// in the cases we don't want to disconnect from master
Expand Down

0 comments on commit 8efbd75

Please sign in to comment.