This is an automated email from the git hooks/post-receive script.
firstyear pushed a change to branch master in repository lib389.
from 2814d11 Ticket 21 - Missing serverid in dirsrv_test due to incorrect allocation new 813f9e8 Ticket 1 - cn=config comparison
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib389/_mapped_object.py | 2 +- lib389/config.py | 16 +++++ lib389/idm/user.py | 8 ++- lib389/tests/config_compare_test.py | 56 +++++++++++++++ lib389/tests/idm/user_compare_i2_test.py | 67 +++++++++++++++++ lib389/tests/idm/user_compare_m2Repl_test.py | 83 ++++++++++++++++++++++ ...ser_compare_test.py => user_compare_st_test.py} | 0 7 files changed, 230 insertions(+), 2 deletions(-) create mode 100644 lib389/tests/config_compare_test.py create mode 100644 lib389/tests/idm/user_compare_i2_test.py create mode 100644 lib389/tests/idm/user_compare_m2Repl_test.py rename lib389/tests/idm/{user_compare_test.py => user_compare_st_test.py} (100%)