diff --git a/spring-test/src/test/java/org/springframework/test/context/testng/transaction/ejb/RollbackForRequiredEjbTxDaoTestNGTests.java b/spring-test/src/test/java/org/springframework/test/context/testng/transaction/ejb/RollbackForRequiredEjbTxDaoTestNGTests.java index cf00e5d5de..5a42c062fd 100644 --- a/spring-test/src/test/java/org/springframework/test/context/testng/transaction/ejb/RollbackForRequiredEjbTxDaoTestNGTests.java +++ b/spring-test/src/test/java/org/springframework/test/context/testng/transaction/ejb/RollbackForRequiredEjbTxDaoTestNGTests.java @@ -37,24 +37,6 @@ import static org.testng.AssertJUnit.*; @TransactionConfiguration(defaultRollback = true) public class RollbackForRequiredEjbTxDaoTestNGTests extends CommitForRequiredEjbTxDaoTestNGTests { - /** - * Redeclared to ensure test method execution order. Simply delegates to super. - */ - @Test - @Override - public void test1InitialState() { - super.test1InitialState(); - } - - /** - * Redeclared to ensure test method execution order. Simply delegates to super. - */ - @Test(dependsOnMethods = "test1InitialState") - @Override - public void test2IncrementCount1() { - super.test2IncrementCount1(); - } - /** * Overrides parent implementation in order to change expectations to align with * behavior associated with "required" transactions on repositories/DAOs and