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:
parent
a9c0ae5a2b
commit
229a2b04cb
|
@ -65,12 +65,5 @@ public class OptimisticInvalidatedTransactionalTestCase
|
||||||
public void testRemoveAllFailureExpected() {
|
public void testRemoveAllFailureExpected() {
|
||||||
super.testRemoveAll();
|
super.testRemoveAll();
|
||||||
}
|
}
|
||||||
|
|
||||||
public void testPutFromLoadFailureExpected() throws Exception {
|
|
||||||
super.testPutFromLoad();
|
|
||||||
}
|
|
||||||
|
|
||||||
public void testPutFromLoadMinimalFailureExpected() throws Exception {
|
|
||||||
super.testPutFromLoadMinimal();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -65,12 +65,4 @@ public class OptimisticReadOnlyTestCase extends AbstractReadOnlyAccessTestCase {
|
||||||
super.testRemoveAll();
|
super.testRemoveAll();
|
||||||
}
|
}
|
||||||
|
|
||||||
public void testPutFromLoadFailureExpected() throws Exception {
|
|
||||||
super.testPutFromLoad();
|
|
||||||
}
|
|
||||||
|
|
||||||
public void testPutFromLoadMinimalFailureExpected() throws Exception {
|
|
||||||
super.testPutFromLoadMinimal();
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -63,14 +63,6 @@ public class PessimisticInvalidatedTransactionalTestCase extends AbstractTransac
|
||||||
|
|
||||||
public void testRemoveAllFailureExpected() {
|
public void testRemoveAllFailureExpected() {
|
||||||
super.testRemoveAll();
|
super.testRemoveAll();
|
||||||
}
|
}
|
||||||
|
|
||||||
public void testPutFromLoadFailureExpected() throws Exception {
|
|
||||||
super.testPutFromLoad();
|
|
||||||
}
|
|
||||||
|
|
||||||
public void testPutFromLoadMinimalFailureExpected() throws Exception {
|
|
||||||
super.testPutFromLoadMinimal();
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -57,14 +57,6 @@ public class PessimisticReadOnlyTestCase extends AbstractReadOnlyAccessTestCase
|
||||||
public void testRemoveAllFailureExpected() {
|
public void testRemoveAllFailureExpected() {
|
||||||
super.testRemoveAll();
|
super.testRemoveAll();
|
||||||
}
|
}
|
||||||
|
|
||||||
public void testPutFromLoadFailureExpected() throws Exception {
|
|
||||||
super.testPutFromLoad();
|
|
||||||
}
|
|
||||||
|
|
||||||
public void testPutFromLoadMinimalFailureExpected() throws Exception {
|
|
||||||
super.testPutFromLoadMinimal();
|
|
||||||
}
|
|
||||||
|
|
||||||
// Overrides
|
// Overrides
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue