Add comment on reason for "FailureExpected"

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14375 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Brian Stansberry 2008-02-27 21:27:02 +00:00
parent 3d0c9705b0
commit dfe3a0680d
1 changed files with 6 additions and 0 deletions

View File

@ -56,6 +56,12 @@ public class OptimisticBulkOperationsTest
return "optimistic-entity";
}
/**
* FIXME remove when JBC release with JBCACHE-1298 fix included is
* integrated.
*
* @throws Exception
*/
public void testBulkOperationsFailureExpected() throws Exception
{
super.testBulkOperations();