Java Mailing List Archive

http://www.gg3721.com/

Home » Hibernate Commits List »

[hibernate-commits] Hibernate SVN: r14961 -
 core/trunk/cache-jbosscache2/src/test/java/org/hibernate/test/cache/jbc2/query.

hibernate-commits

2008-07-18


Author LoginPost Reply
Author: bstansberry@(protected)
Date: 2008-07-18 18:13:15 -0400 (Fri, 18 Jul 2008)
New Revision: 14961

Modified:
 core/trunk/cache-jbosscache2/src/test/java/org/hibernate/test/cache/jbc2/query/QueryRegionImplTestCase.java
Log:
[HHH-3390] Use READ_COMMITTED for JBC 2 cache

Modified: core/trunk/cache-jbosscache2/src/test/java/org/hibernate/test/cache/jbc2/query/QueryRegionImplTestCase.java
===================================================================
--- core/trunk/cache-jbosscache2/src/test/java/org/hibernate/test/cache/jbc2/query/QueryRegionImplTestCase.java  2008-07-18 20:42:30 UTC (rev 14960)
+++ core/trunk/cache-jbosscache2/src/test/java/org/hibernate/test/cache/jbc2/query/QueryRegionImplTestCase.java  2008-07-18 22:13:15 UTC (rev 14961)
@@(protected) @@
     getDoesNotBlockPutTest("pessimistic-shared");
  }
 
+   public void testGetDoesNotBlockPutPessimisticRepeatableRead() throws Exception {
+     getDoesNotBlockPutTest("pessimistic-shared-repeatable");
+   }
+  
  private void getDoesNotBlockPutTest(String configName) throws Exception {
     
     Configuration cfg = createConfiguration(configName);

_______________________________________________
hibernate-commits mailing list
hibernate-commits@(protected)
https://lists.jboss.org/mailman/listinfo/hibernate-commits
©2008 gg3721.com - Jax Systems, LLC, U.S.A.