diff --git a/test.c b/test.c index 31b58b4..7aa3c2a 100644 --- a/test.c +++ b/test.c @@ -3743,6 +3743,7 @@ main (void) "MOVE", "PROPFIND", "PROPPATCH", + "SEARCH", "UNLOCK", "BIND", "REBIND", @@ -3756,6 +3757,8 @@ main (void) "SUBSCRIBE", "UNSUBSCRIBE", "PATCH", + "PURGE", + "MKCALENDAR", 0 }; const char **this_method; for (this_method = all_methods; *this_method; this_method++) {