benel / Dolomite

Directories Led by Members
https://github.com/benel/Dolomite/wiki
21 stars 20 forks source link

LdapTest class modified #14

Closed jeranvier closed 13 years ago

jeranvier commented 13 years ago

Tests from the LdapTest class have been modified so they test a single unit each time. The creation of the test user has been re-factorized and is done in a @ Before method. The test user is deleted in the @ After method.

The @ After method also delete the user created in the test createUser().

benel commented 13 years ago

Thanks. I merged it into the main branch. This will be published next week.