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 47cfac8 Issue 49156 - Fix typo in the import new 57cf1cd Issue 49156 - Add more IDs and fix docstrings
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: .../suites/paged_results/paged_results_test.py | 102 +++++++-------------- 1 file changed, 34 insertions(+), 68 deletions(-)
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 57cf1cd2cff97707fe5e5052e3e17efc7bc2fe30 Author: Simon Pichugin spichugi@redhat.com Date: Thu Mar 9 16:47:42 2017 +0100
Issue 49156 - Add more IDs and fix docstrings
Description: Add IDs and fix docstrings in page_results test suite.
https://pagure.io/389-ds-base/issue/49156
Reviewed by: vashirov (Thanks!) --- .../suites/paged_results/paged_results_test.py | 102 +++++++-------------- 1 file changed, 34 insertions(+), 68 deletions(-)
diff --git a/dirsrvtests/tests/suites/paged_results/paged_results_test.py b/dirsrvtests/tests/suites/paged_results/paged_results_test.py index e54e293..96626aa 100644 --- a/dirsrvtests/tests/suites/paged_results/paged_results_test.py +++ b/dirsrvtests/tests/suites/paged_results/paged_results_test.py @@ -247,14 +247,12 @@ def test_search_success(topology_st, test_user, page_size, users_num): """Verify that search with a simple paged results control returns all entries it should without errors.
-
389-commits@lists.fedoraproject.org