[HHH-3390] Use READ_COMMITTED for JBC 2 cache

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14961 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Brian Stansberry 2008-07-18 22:13:15 +00:00
parent ad8db397b8
commit 77f9830c77
1 changed files with 4 additions and 0 deletions

View File

@ -186,6 +186,10 @@ public class QueryRegionImplTestCase extends AbstractGeneralDataRegionTestCase {
getDoesNotBlockPutTest("pessimistic-shared");
}
public void testGetDoesNotBlockPutPessimisticRepeatableRead() throws Exception {
getDoesNotBlockPutTest("pessimistic-shared-repeatable");
}
private void getDoesNotBlockPutTest(String configName) throws Exception {
Configuration cfg = createConfiguration(configName);