Renamed the test case to be more consistent.

This commit is contained in:
Bryan Varner 2012-04-20 09:33:39 -04:00 committed by Steve Ebersole
parent 5c0d449082
commit 8b40d71c84
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ public class LockTest extends BaseEntityManagerFunctionalTestCase {
@RequiresDialectFeature( value = DialectChecks.SupportsLockTimeouts.class,
comment = "Test verifies proper exception throwing when a lock timeout is specified.",
jiraKey = "HHH-7252" )
public void testFindWithImmediateTimeoutHintVerifyException() {
public void testFindWithPessimisticWriteLockTimeoutException() {
Lock lock = new Lock();
lock.setName( "name" );
EntityManager em = getOrCreateEntityManager();