changed testcases to use the functions from password_encryption module

This commit is contained in:
Uwe Kamper 2013-10-27 21:14:30 +01:00
parent 5e29478516
commit 2b0407eaf6

View file

@ -6,9 +6,9 @@ Replace this with more appropriate tests for your application.
""" """
from django.test import TestCase from django.test import TestCase
from account.views import encrypt_ldap_password, decrypt_ldap_password from password_encryption import encrypt_ldap_password, decrypt_ldap_password
class CbmiTest(TestCase): class PasswordEncryptionTest(TestCase):
""" """
Test for the cbmi apps. Test for the cbmi apps.
""" """