Fix putFromLoad tests

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14258 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Brian Stansberry 2007-12-23 14:49:34 +00:00
parent a9c0ae5a2b
commit 229a2b04cb
4 changed files with 2 additions and 33 deletions

View File

@ -65,12 +65,5 @@ public class OptimisticInvalidatedTransactionalTestCase
public void testRemoveAllFailureExpected() {
super.testRemoveAll();
}
public void testPutFromLoadFailureExpected() throws Exception {
super.testPutFromLoad();
}
public void testPutFromLoadMinimalFailureExpected() throws Exception {
super.testPutFromLoadMinimal();
}
}

View File

@ -65,12 +65,4 @@ public class OptimisticReadOnlyTestCase extends AbstractReadOnlyAccessTestCase {
super.testRemoveAll();
}
public void testPutFromLoadFailureExpected() throws Exception {
super.testPutFromLoad();
}
public void testPutFromLoadMinimalFailureExpected() throws Exception {
super.testPutFromLoadMinimal();
}
}

View File

@ -63,14 +63,6 @@ public class PessimisticInvalidatedTransactionalTestCase extends AbstractTransac
public void testRemoveAllFailureExpected() {
super.testRemoveAll();
}
public void testPutFromLoadFailureExpected() throws Exception {
super.testPutFromLoad();
}
public void testPutFromLoadMinimalFailureExpected() throws Exception {
super.testPutFromLoadMinimal();
}
}
}

View File

@ -57,14 +57,6 @@ public class PessimisticReadOnlyTestCase extends AbstractReadOnlyAccessTestCase
public void testRemoveAllFailureExpected() {
super.testRemoveAll();
}
public void testPutFromLoadFailureExpected() throws Exception {
super.testPutFromLoad();
}
public void testPutFromLoadMinimalFailureExpected() throws Exception {
super.testPutFromLoadMinimal();
}
// Overrides