File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments