A ref change was pushed to the OpenLDAP (openldap.git) repository. It will be available in the public mirror shortly.
The branch, master has been updated via 191ff344e92eb62c26307504f5cee59cc6313991 (commit) via d41497d59623205a1ca788728b626f0d5ba6f40f (commit) from dc9fccccc999793d02b80a6578ae8ed8fc8dfce5 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 191ff344e92eb62c26307504f5cee59cc6313991 Author: Howard Chu hyc@openldap.org Date: Thu Aug 2 07:29:55 2012 -0700
ITS#7344 cleanup, integration
commit d41497d59623205a1ca788728b626f0d5ba6f40f Author: Jan Synacek jsynacek@redhat.com Date: Thu Aug 2 14:57:39 2012 +0200
ITS#7344 Add initial testsuite for slapo-constraint
-----------------------------------------------------------------------
Summary of changes: tests/data/constraint/constraint.out | 25 +++++ tests/data/constraint/root.ldif | 5 + tests/data/constraint/t_fail_01.ldif | 6 ++ tests/data/constraint/t_fail_02.ldif | 8 ++ tests/data/constraint/t_fail_03.ldif | 8 ++ tests/data/constraint/t_fail_04.ldif | 10 ++ tests/data/constraint/t_fail_05.ldif | 13 +++ tests/data/constraint/t_fail_06.ldif | 7 ++ tests/data/constraint/t_fail_07.ldif | 15 +++ tests/data/constraint/t_fail_08.ldif | 12 +++ tests/data/constraint/t_fail_09.ldif | 10 ++ tests/data/constraint/t_fail_10.ldif | 4 + tests/data/constraint/t_fail_11.ldif | 7 ++ tests/data/constraint/t_ok_01.ldif | 3 + tests/data/constraint/t_ok_02.ldif | 5 + tests/data/constraint/t_ok_03.ldif | 6 ++ tests/data/constraint/t_ok_04.ldif | 3 + tests/data/constraint/t_ok_05.ldif | 5 + tests/data/constraint/t_ok_06.ldif | 7 ++ tests/data/constraint/t_ok_07.ldif | 8 ++ tests/data/constraint/t_ok_08.ldif | 12 +++ tests/data/constraint/t_ok_09.ldif | 9 ++ tests/data/constraint/t_ok_10.ldif | 24 +++++ tests/data/constraint/t_ok_11.ldif | 32 +++++++ tests/data/constraint/t_ok_12.ldif | 11 +++ tests/data/constraint/t_ok_13.ldif | 18 ++++ tests/data/constraint/t_ok_14.ldif | 8 ++ tests/data/constraint/user.ldif | 8 ++ tests/run.in | 3 +- tests/scripts/defines.sh | 1 + tests/scripts/test064-constraint | 162 ++++++++++++++++++++++++++++++++++ 31 files changed, 454 insertions(+), 1 deletions(-) create mode 100644 tests/data/constraint/constraint.out create mode 100644 tests/data/constraint/root.ldif create mode 100644 tests/data/constraint/t_fail_01.ldif create mode 100644 tests/data/constraint/t_fail_02.ldif create mode 100644 tests/data/constraint/t_fail_03.ldif create mode 100644 tests/data/constraint/t_fail_04.ldif create mode 100644 tests/data/constraint/t_fail_05.ldif create mode 100644 tests/data/constraint/t_fail_06.ldif create mode 100644 tests/data/constraint/t_fail_07.ldif create mode 100644 tests/data/constraint/t_fail_08.ldif create mode 100644 tests/data/constraint/t_fail_09.ldif create mode 100644 tests/data/constraint/t_fail_10.ldif create mode 100644 tests/data/constraint/t_fail_11.ldif create mode 100644 tests/data/constraint/t_ok_01.ldif create mode 100644 tests/data/constraint/t_ok_02.ldif create mode 100644 tests/data/constraint/t_ok_03.ldif create mode 100644 tests/data/constraint/t_ok_04.ldif create mode 100644 tests/data/constraint/t_ok_05.ldif create mode 100644 tests/data/constraint/t_ok_06.ldif create mode 100644 tests/data/constraint/t_ok_07.ldif create mode 100644 tests/data/constraint/t_ok_08.ldif create mode 100644 tests/data/constraint/t_ok_09.ldif create mode 100644 tests/data/constraint/t_ok_10.ldif create mode 100644 tests/data/constraint/t_ok_11.ldif create mode 100644 tests/data/constraint/t_ok_12.ldif create mode 100644 tests/data/constraint/t_ok_13.ldif create mode 100644 tests/data/constraint/t_ok_14.ldif create mode 100644 tests/data/constraint/user.ldif create mode 100755 tests/scripts/test064-constraint