This is an automated email from the git hooks/post-receive script.
spichugi pushed a change to branch master in repository 389-ds-base.
from ef3595d Ticket 49160 - Fix sds benchmark and copyright new 47cfac8 Issue 49156 - Fix typo in the import
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: dirsrvtests/tests/suites/replication/acceptance_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
This is an automated email from the git hooks/post-receive script.
spichugi pushed a commit to branch master in repository 389-ds-base.
commit 47cfac880bcb3f67abf9617addb34cba7efa742b Author: Simon Pichugin spichugi@redhat.com Date: Thu Mar 9 13:52:46 2017 +0100
Issue 49156 - Fix typo in the import
Description: Fix an accidently made typo.
https://pagure.io/389-ds-base/issue/49156
Reviewed by: vashirov (Thanks!) --- dirsrvtests/tests/suites/replication/acceptance_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dirsrvtests/tests/suites/replication/acceptance_test.py b/dirsrvtests/tests/suites/replication/acceptance_test.py index 501786f..5b785f3 100644 --- a/dirsrvtests/tests/suites/replication/acceptance_test.py +++ b/dirsrvtests/tests/suites/replication/acceptance_test.py @@ -9,7 +9,7 @@ import pytest from lib389.tasks import * from lib389.utils import * -from lib390.topologies import topology_m4 as topo +from lib389.topologies import topology_m4 as topo
TEST_ENTRY_NAME = 'mmrepl_test' TEST_ENTRY_DN = 'uid={},{}'.format(TEST_ENTRY_NAME, DEFAULT_SUFFIX)
389-commits@lists.fedoraproject.org