Skip to content

Commit

Permalink
HHH-7174 org.hibernate.test.tm.CMTTest.testConcurrentCachedQueries fa…
Browse files Browse the repository at this point in the history
…ils due to test cases interdependent
  • Loading branch information
stliu committed Mar 15, 2012
1 parent ef41cdd commit b145388
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -157,6 +157,8 @@ public void testConcurrent() throws Exception {

@Test
public void testConcurrentCachedQueries() throws Exception {
sessionFactory().getStatistics().clear();
cleanupCache();
TestingJtaBootstrap.INSTANCE.getTransactionManager().begin();
Session s = openSession();
Map foo = new HashMap();
Expand Down

0 comments on commit b145388

Please sign in to comment.