aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/tests/unit/BackgroundJob
diff options
context:
space:
mode:
authorGeorg Ehrke <developer@georgehrke.com>2019-12-12 10:05:36 +0100
committerGeorg Ehrke <developer@georgehrke.com>2019-12-12 10:05:36 +0100
commit27a31cdaf156795b3af70c341e8a5910590dfdfd (patch)
treeca26427c125fdea9c0e196cc74a19ecf22c7bf3b /apps/dav/tests/unit/BackgroundJob
parenta33a4c53ef9e37df3b69dfad148bf50bb74020b7 (diff)
downloadnextcloud-server-27a31cdaf156795b3af70c341e8a5910590dfdfd.tar.gz
nextcloud-server-27a31cdaf156795b3af70c341e8a5910590dfdfd.zip
Support more IPv6 addresses in the RefreshWebcalJob
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
Diffstat (limited to 'apps/dav/tests/unit/BackgroundJob')
-rw-r--r--apps/dav/tests/unit/BackgroundJob/RefreshWebcalJobTest.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/dav/tests/unit/BackgroundJob/RefreshWebcalJobTest.php b/apps/dav/tests/unit/BackgroundJob/RefreshWebcalJobTest.php
index 2d8d604212e..088a7230374 100644
--- a/apps/dav/tests/unit/BackgroundJob/RefreshWebcalJobTest.php
+++ b/apps/dav/tests/unit/BackgroundJob/RefreshWebcalJobTest.php
@@ -241,6 +241,8 @@ class RefreshWebcalJobTest extends TestCase {
['172.16.42.1'],
['[fdf8:f53b:82e4::53]/secret.ics'],
['[fe80::200:5aee:feaa:20a2]/secret.ics'],
+ ['[0:0:0:0:0:0:10.0.0.1]/secret.ics'],
+ ['[0:0:0:0:0:ffff:127.0.0.0]/secret.ics'],
['10.0.0.1'],
['another-host.local'],
['service.localhost'],