diff --git a/cache-jbosscache2/pom.xml b/cache-jbosscache2/pom.xml index 66e4d32f00..a43b370ce1 100644 --- a/cache-jbosscache2/pom.xml +++ b/cache-jbosscache2/pom.xml @@ -25,7 +25,7 @@ org.jboss.cache jbosscache-core - 3.0.3.GA + 3.1.0.GA diff --git a/cache-jbosscache2/src/test/java/org/hibernate/test/cache/jbc2/functional/MVCCConcurrentWriteTest.java b/cache-jbosscache2/src/test/java/org/hibernate/test/cache/jbc2/functional/MVCCConcurrentWriteTest.java index fb29ca92de..800a50e977 100644 --- a/cache-jbosscache2/src/test/java/org/hibernate/test/cache/jbc2/functional/MVCCConcurrentWriteTest.java +++ b/cache-jbosscache2/src/test/java/org/hibernate/test/cache/jbc2/functional/MVCCConcurrentWriteTest.java @@ -202,7 +202,7 @@ public void testSingleUser() throws Exception { * * @throws Exception */ - public void testManyUsersFailureExpected() throws Exception { + public void testManyUsers() throws Exception { //setup - create users for (int i = 0; i < USER_COUNT; i++) {