HHH-11083 : Change references to "OldCacheKeyImplementation" to "CacheKeyImplementation" in CacheKeysFactoryTest
(cherry picked from commit61ca5c220b
) (cherry picked from commit68536a4d6d
)
This commit is contained in:
parent
cd9f0d344a
commit
fbc0d76789
|
@ -42,17 +42,17 @@ public class CacheKeysFactoryTest extends BaseUnitTestCase {
|
|||
|
||||
@Test
|
||||
public void testNotSet() throws Exception {
|
||||
test(null, "OldCacheKeyImplementation");
|
||||
test(null, "CacheKeyImplementation");
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testDefault() throws Exception {
|
||||
test(DefaultCacheKeysFactory.SHORT_NAME, "OldCacheKeyImplementation");
|
||||
test(DefaultCacheKeysFactory.SHORT_NAME, "CacheKeyImplementation");
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testDefaultClass() throws Exception {
|
||||
test(DefaultCacheKeysFactory.class.getName(), "OldCacheKeyImplementation");
|
||||
test(DefaultCacheKeysFactory.class.getName(), "CacheKeyImplementation");
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
Loading…
Reference in New Issue