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:
parent
3d0c9705b0
commit
dfe3a0680d
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue