Eliminate "FailureExpected" overrides of fixed tests
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14285 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
10daa60fd5
commit
2ab3f9e62c
|
@ -55,14 +55,6 @@ public class PessimisticInvalidatedTransactionalTestCase extends AbstractTransac
|
|||
assertTrue("Synchronous mode", isSynchronous());
|
||||
}
|
||||
|
||||
// Known failures
|
||||
|
||||
public void testEvictAllFailureExpected() {
|
||||
super.testEvictAll();
|
||||
}
|
||||
|
||||
public void testRemoveAllFailureExpected() {
|
||||
super.testRemoveAll();
|
||||
}
|
||||
// Known failures
|
||||
|
||||
}
|
||||
|
|
|
@ -48,15 +48,7 @@ public class PessimisticReadOnlyTestCase extends AbstractReadOnlyAccessTestCase
|
|||
return getTestSetup(suite, "pessimistic-entity");
|
||||
}
|
||||
|
||||
// Known failures
|
||||
|
||||
public void testEvictAllFailureExpected() {
|
||||
super.testEvictAll();
|
||||
}
|
||||
|
||||
public void testRemoveAllFailureExpected() {
|
||||
super.testRemoveAll();
|
||||
}
|
||||
// Known failures
|
||||
|
||||
// Overrides
|
||||
|
||||
|
|
|
@ -48,15 +48,7 @@ public class PessimisticInvalidatedTransactionalTestCase extends AbstractTransac
|
|||
return getTestSetup(suite, "pessimistic-entity");
|
||||
}
|
||||
|
||||
// Known failures
|
||||
|
||||
public void testEvictAllFailureExpected() {
|
||||
super.testEvictAll();
|
||||
}
|
||||
|
||||
public void testRemoveAllFailureExpected() {
|
||||
super.testRemoveAll();
|
||||
}
|
||||
// Known failures
|
||||
|
||||
// Overrides
|
||||
|
||||
|
|
|
@ -48,15 +48,7 @@ public class PessimisticReadOnlyTestCase extends AbstractReadOnlyAccessTestCase
|
|||
return getTestSetup(suite, "pessimistic-entity");
|
||||
}
|
||||
|
||||
// Known failures
|
||||
|
||||
public void testEvictAllFailureExpected() {
|
||||
super.testEvictAll();
|
||||
}
|
||||
|
||||
public void testRemoveAllFailureExpected() {
|
||||
super.testRemoveAll();
|
||||
}
|
||||
// Known failures
|
||||
|
||||
// Overrides
|
||||
|
||||
|
|
Loading…
Reference in New Issue