Bug 610

Summary: Failed to verfiy that the mailbox is valid.
Product: Trash Reporter: ruiruyang2-c
Component: testAssignee: ruiruyang2-c
Status: RESOLVED FIXED    
Severity: enhancement CC: ruiruyang2-c
Priority: Normal    
Version: unspecified   
Hardware: PC   
OS: Windows   

Description ruiruyang2-c 2021-11-25 00:41:41 HKT

    
Comment 1 ruiruyang2-c 2021-11-30 16:52:44 HKT
When I entered the login interface, I entered a mailbox that did not comply with the rules of mailbox setting, but the system did not correctly prompt that the entered mailbox was incorrect.

The process of reproducing:

1. Find the location where we need to modify the exception handling.
2. Add a piece of regular matching code to the login() method in the Login class.
3. Do a unit test to check if the new code is working well.
4. Pass testing, the bug fixed.
Comment 2 ruiruyang2-c 2021-11-30 17:05:13 HKT
When I entered the login interface, I entered a mailbox that did not comply with the rules of mailbox setting, but the system did not correctly prompt that the entered mailbox was incorrect.