Upgraded JBoss Cache to 3.1.0.GA
Enable org.hibernate.test.cache.jbc2.functional.MVCCConcurrentWriteTest.testManyUsers() now that JBCACHE-1494 is fixed git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@16525 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
2bcb6626f8
commit
1aed163763
|
@ -25,7 +25,7 @@
|
|||
<dependency>
|
||||
<groupId>org.jboss.cache</groupId>
|
||||
<artifactId>jbosscache-core</artifactId>
|
||||
<version>3.0.3.GA</version>
|
||||
<version>3.1.0.GA</version>
|
||||
</dependency>
|
||||
|
||||
<!-- test dependencies -->
|
||||
|
|
|
@ -202,7 +202,7 @@ public class MVCCConcurrentWriteTest extends CacheTestCaseBase {
|
|||
*
|
||||
* @throws Exception
|
||||
*/
|
||||
public void testManyUsersFailureExpected() throws Exception {
|
||||
public void testManyUsers() throws Exception {
|
||||
|
||||
//setup - create users
|
||||
for (int i = 0; i < USER_COUNT; i++) {
|
||||
|
|
Loading…
Reference in New Issue