Add a regression test for new invalid user result from FreeBusy

This commit is contained in:
Andrew Ruthven 2021-03-02 00:33:10 +13:00
parent bda3db6da8
commit 7ecd0bc6d0
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,6 @@
HTTP/1.1 404 Not Found
Date: Dow, 01 Jan 2000 00:00:00 GMT
Content-Length: 60
Content-Type: text/plain; charset="utf-8"
No user found matching user1@non-existant-email-address.com

View File

@ -0,0 +1,6 @@
#
# Request a freebusy report by URL for an invalid email address
#
TYPE=GET
URL=http://regression.host/freebusy.php/user1@non-existant-email-address.com
HEAD