| Summary: | A user can't be deleted after being added in the UserSets.txt | ||
|---|---|---|---|
| Product: | CS3343_SEP_group8 | Reporter: | Meryem <malamikas2-c> |
| Component: | DAO | Assignee: | Meryem <malamikas2-c> |
| Status: | CONFIRMED --- | ||
| Severity: | enhancement | ||
| Priority: | --- | ||
| Version: | version0 | ||
| Hardware: | PC | ||
| OS: | Windows | ||
| Attachments: | This test case was green the first time running and red the second time running because the user was already added in the first run | ||
Created attachment 124 [details] This test case was green the first time running and red the second time running because the user was already added in the first run Problem location : UserDAO.java Problem found : TestUserDAO.java In the method testAddUser(): No delete option, so once a user is added it stays in the file unless we delete him manually.