Skip to content

Commit 68536a4

Browse files
committed
HHH-11083 : Change references to "OldCacheKeyImplementation" to "CacheKeyImplementation" in CacheKeysFactoryTest
(cherry picked from commit 61ca5c2)
1 parent 887d129 commit 68536a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/CacheKeysFactoryTest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,17 +42,17 @@ private SessionFactory getSessionFactory(String cacheKeysFactory) {
4242

4343
@Test
4444
public void testNotSet() throws Exception {
45-
test(null, "OldCacheKeyImplementation");
45+
test(null, "CacheKeyImplementation");
4646
}
4747

4848
@Test
4949
public void testDefault() throws Exception {
50-
test(DefaultCacheKeysFactory.SHORT_NAME, "OldCacheKeyImplementation");
50+
test(DefaultCacheKeysFactory.SHORT_NAME, "CacheKeyImplementation");
5151
}
5252

5353
@Test
5454
public void testDefaultClass() throws Exception {
55-
test(DefaultCacheKeysFactory.class.getName(), "OldCacheKeyImplementation");
55+
test(DefaultCacheKeysFactory.class.getName(), "CacheKeyImplementation");
5656
}
5757

5858
@Test

0 commit comments

Comments
 (0)