From 306e681b66654d3cac4bf25415164f59e3848d27 Mon Sep 17 00:00:00 2001
From: gary_williams <gary_williams@localhost>
Date: Thu, 27 Aug 2009 10:34:20 +0000
Subject: [PATCH] functional tests backends import(-tasks)/export(-tasks) improvements

---
 opends/tests/staf-tests/functional-tests/shared/data/backends/Exclude.ldif |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/opends/tests/staf-tests/functional-tests/shared/data/backends/Exclude.ldif b/opends/tests/staf-tests/functional-tests/shared/data/backends/Exclude.ldif
index d51a48e..79ef2ac 100644
--- a/opends/tests/staf-tests/functional-tests/shared/data/backends/Exclude.ldif
+++ b/opends/tests/staf-tests/functional-tests/shared/data/backends/Exclude.ldif
@@ -2807,6 +2807,28 @@
 roomnumber: 3445
 userpassword: expired
 
+dn: ou=unit1, ou=People, dc=example,dc=com
+objectclass: top
+objectclass: organizationalunit
+ou: unit1
+
+dn: uid=arammell, ou=unit1, ou=People, dc=example,dc=com
+cn: Andy Rammell
+sn: Rammell
+givenname: Andy
+objectclass: top
+objectclass: person
+objectclass: organizationalPerson
+objectclass: inetOrgPerson
+ou: Departed
+l: Santa Clara
+uid: arammell
+mail: arammell@example.com
+telephonenumber: +1 408 555 4663
+facsimiletelephonenumber: +1 408 555 0126
+roomnumber: 3495
+userpassword: expired
+
 dn: cn=Accounting Managers,ou=groups,dc=example,dc=com
 objectclass: top
 objectclass: groupOfUniqueNames

--
Gitblit v1.10.0