Bug 539 - InvalidGender Error
Summary: InvalidGender Error
Status: RESOLVED FIXED
Alias: None
Product: Group 13 Dating App System (vibing.com)
Classification: Unclassified
Component: Exception (show other bugs)
Version: 1
Hardware: PC Windows
: --- enhancement
Assignee: Varun
URL:
Depends on:
Blocks:
 
Reported: 2020-12-07 22:57 HKT by Varun
Modified: 2020-12-07 23:04 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 Varun 2020-12-07 22:57:48 HKT
The invalid gender class, does not throw exception when wrong input is given. For example, I gave the letter 'G' and i got no exception.
Comment 1 Phudis Dawieang 2020-12-07 23:04:16 HKT
Thanks for the bug report!

The problem somehow occurs in the checking part of the gender. The gender right now is not coded properly and check only if it's not a digit or it is. The checking condition has been changed. 

The bug is now resolved.