Changing URL so tests can run in any order (#2760)

This commit is contained in:
OrDTesters 2018-11-07 23:41:10 -06:00 committed by Ian Luo
parent a7cf737386
commit dcbd326986
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ public class JCacheFactoryTest extends AbstractCacheFactoryTest {
@Test
public void testJCacheGetExpired() throws Exception {
URL url = URL.valueOf("test://test:11/test?cache=jacache&.cache.write.expire=1");
URL url = URL.valueOf("test://test:12/test?cache=jacache&.cache.write.expire=1");
AbstractCacheFactory cacheFactory = getCacheFactory();
Invocation invocation = new RpcInvocation();
Cache cache = cacheFactory.getCache(url, invocation);