diff options
Diffstat (limited to 'src/zenhttp/security/passwordsecurity.cpp')
| -rw-r--r-- | src/zenhttp/security/passwordsecurity.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/zenhttp/security/passwordsecurity.cpp b/src/zenhttp/security/passwordsecurity.cpp index a8fb9c3f5..0e3a743c3 100644 --- a/src/zenhttp/security/passwordsecurity.cpp +++ b/src/zenhttp/security/passwordsecurity.cpp @@ -76,6 +76,8 @@ PasswordSecurity::IsAllowed(std::string_view InPassword, std::string_view BaseUr #if ZEN_WITH_TESTS +TEST_SUITE_BEGIN("http.passwordsecurity"); + TEST_CASE("passwordsecurity.allowanything") { PasswordSecurity Anything({}); @@ -162,6 +164,9 @@ TEST_CASE("passwordsecurity.conflictingunprotecteduris") "uri #1 ('/free/access')")); } } + +TEST_SUITE_END(); + void passwordsecurity_forcelink() { |