Renamed the test case to be more consistent.
This commit is contained in:
parent
5c0d449082
commit
8b40d71c84
|
@ -81,7 +81,7 @@ public class LockTest extends BaseEntityManagerFunctionalTestCase {
|
||||||
@RequiresDialectFeature( value = DialectChecks.SupportsLockTimeouts.class,
|
@RequiresDialectFeature( value = DialectChecks.SupportsLockTimeouts.class,
|
||||||
comment = "Test verifies proper exception throwing when a lock timeout is specified.",
|
comment = "Test verifies proper exception throwing when a lock timeout is specified.",
|
||||||
jiraKey = "HHH-7252" )
|
jiraKey = "HHH-7252" )
|
||||||
public void testFindWithImmediateTimeoutHintVerifyException() {
|
public void testFindWithPessimisticWriteLockTimeoutException() {
|
||||||
Lock lock = new Lock();
|
Lock lock = new Lock();
|
||||||
lock.setName( "name" );
|
lock.setName( "name" );
|
||||||
EntityManager em = getOrCreateEntityManager();
|
EntityManager em = getOrCreateEntityManager();
|
||||||
|
|
Loading…
Reference in New Issue