Skip to content

Commit

Permalink
removing failure on thread
Browse files Browse the repository at this point in the history
  • Loading branch information
clebertsuconic committed Feb 17, 2011
1 parent 75e67ca commit 0ecb89b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/src/org/hornetq/tests/util/UnitTestCase.java
Expand Up @@ -911,7 +911,7 @@ protected void tearDown() throws Exception
" has running locators on test " +
this.getName() +
" on this following dump"));
//fail("test left serverlocator running, this could effect other tests");
fail("test left serverlocator running, this could effect other tests");
// System.exit(0);
}
}
Expand Down Expand Up @@ -949,7 +949,7 @@ protected void tearDown() throws Exception

}

assertFalse("Thread Failed", failedThread);
//assertFalse("Thread Failed", failedThread);

super.tearDown();
}
Expand Down

0 comments on commit 0ecb89b

Please sign in to comment.