HHH-11083 : Change references to "OldCacheKeyImplementation" to "CacheKeyImplementation" in CacheKeysFactoryTest
This commit is contained in:
parent
60d420b011
commit
61ca5c220b
|
@ -41,17 +41,17 @@ public class CacheKeysFactoryTest extends BaseUnitTestCase {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testNotSet() throws Exception {
|
public void testNotSet() throws Exception {
|
||||||
test(null, "OldCacheKeyImplementation");
|
test(null, "CacheKeyImplementation");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testDefault() throws Exception {
|
public void testDefault() throws Exception {
|
||||||
test(DefaultCacheKeysFactory.SHORT_NAME, "OldCacheKeyImplementation");
|
test(DefaultCacheKeysFactory.SHORT_NAME, "CacheKeyImplementation");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testDefaultClass() throws Exception {
|
public void testDefaultClass() throws Exception {
|
||||||
test(DefaultCacheKeysFactory.class.getName(), "OldCacheKeyImplementation");
|
test(DefaultCacheKeysFactory.class.getName(), "CacheKeyImplementation");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
|
Loading…
Reference in New Issue