Bug 708 - userID is not unique
Summary: userID is not unique
Status: CONFIRMED
Alias: None
Product: CS3343_SEP_group8
Classification: Unclassified
Component: Model (show other bugs)
Version: version0
Hardware: PC Windows
: --- enhancement
Assignee: Meryem
URL:
Depends on:
Blocks:
 
Reported: 2022-11-16 16:42 HKT by Meryem
Modified: 2022-11-16 16:42 HKT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Meryem 2022-11-16 16:42:55 HKT
Problem location : User.java
Problem found : TestTask.java

Trying to add users with same id several times should provoke an exception since id is a unique key in most databases