Project

General

Profile

Statistics
| Revision:

# Date Author Comment
8677 02/28/2014 01:53 PM Jing Tao

Add a comment to warn the users not to change the password file path to a production one since it will be deleted.

8675 02/28/2014 01:11 PM ben leinfelder

clear test password file so subsequent runs will not fail -- tests assume blank file to begin with.

8494 01/13/2014 01:42 PM Jing Tao

Change the test file according to the change on the constructor.

8479 01/09/2014 09:16 AM Jing Tao

Made changes according the changes in the AuthFile class.

8477 01/08/2014 05:18 PM Jing Tao

Add the test method for the getUserInfo method.

8472 01/08/2014 03:08 PM Jing Tao

Modified the junit test file according to the change in the class.

8466 01/07/2014 05:04 PM Jing Tao

Change the test file according to the change made in the class.

8435 12/12/2013 04:44 PM Jing Tao

Change the addGroup method since the API was changed.

8432 12/11/2013 04:35 PM Jing Tao

Add the test method for the getPrincipals.

8430 12/11/2013 11:45 AM Jing Tao

Add test methods for changing passwords.

8428 12/10/2013 04:12 PM Jing Tao

Add method to test the getusers method.

8423 12/10/2013 09:39 AM Jing Tao

Add a test method to test authentication.

8422 12/09/2013 10:40 AM Jing Tao

Add an test method for adding a user.

8420 12/06/2013 05:57 PM Jing Tao

Add a junit test for the AuthFile