Skip to content

Commit

Permalink
Changing URL so tests can run in any order (apache#2760)
Browse files Browse the repository at this point in the history
  • Loading branch information
OrDTesters authored and CrazyHZM committed Dec 6, 2018
1 parent 35ec725 commit 7ac9326
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public void testJCacheFactory() throws Exception {

@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);
Expand Down

0 comments on commit 7ac9326

Please sign in to comment.