HHH-14899 Rename test class to fix typo: StateObjectStateExceptionHandlingTest to StaleObjectStateExceptionHandlingTest
This commit is contained in:
parent
7ff73d178f
commit
634c257d93
|
@ -21,9 +21,9 @@ import org.junit.Test;
|
||||||
|
|
||||||
@TestForIssue(jiraKey = "HHH-12666")
|
@TestForIssue(jiraKey = "HHH-12666")
|
||||||
@RequiresDialect(H2Dialect.class)
|
@RequiresDialect(H2Dialect.class)
|
||||||
public class StateObjectStateExceptionHandlingTest extends BaseExceptionHandlingTest {
|
public class StaleObjectStateExceptionHandlingTest extends BaseExceptionHandlingTest {
|
||||||
|
|
||||||
public StateObjectStateExceptionHandlingTest(
|
public StaleObjectStateExceptionHandlingTest(
|
||||||
BootstrapMethod bootstrapMethod,
|
BootstrapMethod bootstrapMethod,
|
||||||
ExceptionHandlingSetting exceptionHandlingSetting,
|
ExceptionHandlingSetting exceptionHandlingSetting,
|
||||||
ExceptionExpectations exceptionExpectations) {
|
ExceptionExpectations exceptionExpectations) {
|
Loading…
Reference in New Issue