-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
user_mgr: move constructor codes to separate func
Rafactorred the code so that the AccountPolicy part is moved into a separate function out of the constructor. This is alligned with existing code: |initUserObject|. Tested: code moving only. Before this serial of code, coverage is lines......: 61.7% (1217 of 1973 lines) functions..: 77.9% (173 of 222 functions) branches...: 32.2% (1852 of 5746 branches) Signed-off-by: Nan Zhou <[email protected]> Change-Id: I83fdc79a12c64039217605ed65def2f2352d7ef6
- Loading branch information
1 parent
fef6303
commit 4bc6981
Showing
2 changed files
with
79 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters