Bug 610 - Failed to verfiy that the mailbox is valid.
Summary: Failed to verfiy that the mailbox is valid.
Status: RESOLVED FIXED
Alias: None
Product: Trash
Classification: Unclassified
Component: test (show other bugs)
Version: unspecified
Hardware: PC Windows
: Normal enhancement
Assignee: ruiruyang2-c
URL:
Depends on:
Blocks:
 
Reported: 2021-11-25 00:41 HKT by ruiruyang2-c
Modified: 2021-11-30 17:42 HKT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.