Changeset 8353


Ignore:
Timestamp:
4 May 2012, 23:05:18 (12 years ago)
Author:
uli
Message:

Make sure encrypted passwords in import CSVs are set correctly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/applicants/tests/test_batching.py

    r8336 r8353  
    352352        # password of Finau is still unset
    353353        self.assertEqual(IUserAccount(container['2345']).password,None)
     354        # password of Simon was encrypted already
     355        self.assertTrue(
     356            IUserAccount(container['4567']).checkPassword('mypwd1'))
    354357        # reg_number of Finau has changed
    355358        self.assertEqual(container['2345'].reg_number, '6666')
Note: See TracChangeset for help on using the changeset viewer.