Changing URL so tests can run in any order (#2760)
This commit is contained in:
parent
a7cf737386
commit
dcbd326986
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue