diff options
| author | Eli Collins <elic@assurancetechnologies.com> | 2012-03-10 18:37:57 -0500 |
|---|---|---|
| committer | Eli Collins <elic@assurancetechnologies.com> | 2012-03-10 18:37:57 -0500 |
| commit | 945c3c4f90c0b755a0f607dcceecc9095f165e4f (patch) | |
| tree | 852b2a2e918c40df442cde1598e2688d0087d26f /passlib/tests | |
| parent | bb441531a1197c6d5a4adf9740d27e8ef9636d51 (diff) | |
| download | passlib-945c3c4f90c0b755a0f607dcceecc9095f165e4f.tar.gz | |
added some notes
Diffstat (limited to 'passlib/tests')
| -rw-r--r-- | passlib/tests/test_handlers.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/passlib/tests/test_handlers.py b/passlib/tests/test_handlers.py index dbb410e..4547e56 100644 --- a/passlib/tests/test_handlers.py +++ b/passlib/tests/test_handlers.py @@ -1074,6 +1074,7 @@ class msdcc2_test(UserHandlerMixin, HandlerCase): class mssql2000_test(HandlerCase): handler = hash.mssql2000 secret_case_insensitive = "verify-only" + # FIXME: fix UT framework - this hash is sensitive to password case, but verify() is not known_correct_hashes = [ # |
