Skip to content

Commit

Permalink
Removed assertion and throws runtime exception.
Browse files Browse the repository at this point in the history
  • Loading branch information
mevivs committed Jul 5, 2013
1 parent 2f2d8e5 commit 60d85d8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ protected void tryOperation(String[] ALL_PUs_UNDER_TEST)
catch (Exception e)
{
log.error("Error while switching persistence units",e);
Assert.fail("Failure caused by:" + e);
throw new RuntimeException(e);
}
}
Expand Down

0 comments on commit 60d85d8

Please sign in to comment.