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

View File

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