Bug 713

Summary: A user can't be deleted after being added in the UserSets.txt
Product: CS3343_SEP_group8 Reporter: Meryem <malamikas2-c>
Component: DAOAssignee: 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

Description Meryem 2022-11-16 17:12:38 HKT
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.