-
Notifications
You must be signed in to change notification settings - Fork 32
Feature/hw 67897 v3 java sdk user special status transition #98
Feature/hw 67897 v3 java sdk user special status transition #98
Conversation
pom.xml
Outdated
<formats> | ||
<format>xml</format> | ||
<format>html</format> | ||
</formats> | ||
<maxmem>256m</maxmem> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Jayaram, could you please remove this change from pom.xml.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed . Thanks @arao6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add exception test cases for IT.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pls update the 'verificationStatus' value list.
@@ -24,7 +24,7 @@ | |||
|
|||
public static enum Status {PRE_ACTIVATED, ACTIVATED, LOCKED, FROZEN, DE_ACTIVATED} | |||
|
|||
public static enum VerificationStatus {UNDER_REVIEW, VERIFIED, REQUIRED, NOT_REQUIRED} | |||
public static enum VerificationStatus {UNDER_REVIEW, VERIFIED, REQUIRED, NOT_REQUIRED, REQUESTED} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add the missing statuses EXPIRED, READY_FOR_REVIEW and FAILED, run the tests again.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added missing statuses and run the test cases working fine . Thanks @Rrathinasabapath
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes look fine.
No description provided.