summaryrefslogtreecommitdiffstats
path: root/tests/test_install
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2010-09-09 16:13:27 -0400
committerRob Crittenden <rcritten@redhat.com>2010-09-10 16:52:31 -0400
commit86c4970d11268c6b875a67861997a5930a55e246 (patch)
treee381b32dc8f97d87b765d4ed4e133d761eac9042 /tests/test_install
parentfd056918e6c61d601903c144e3ed3d509c221e28 (diff)
downloadfreeipa-86c4970d11268c6b875a67861997a5930a55e246.tar.gz
freeipa-86c4970d11268c6b875a67861997a5930a55e246.tar.xz
freeipa-86c4970d11268c6b875a67861997a5930a55e246.zip
Fix the ipa-ldap-updater tests.
We dropped the schema for ipaContainer so use nsContainer instead. ticket 121
Diffstat (limited to 'tests/test_install')
-rw-r--r--tests/test_install/1_add.update3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test_install/1_add.update b/tests/test_install/1_add.update
index 7db8ae065..ecb419513 100644
--- a/tests/test_install/1_add.update
+++ b/tests/test_install/1_add.update
@@ -2,9 +2,8 @@
dn: cn=test, cn=accounts, $SUFFIX
add:objectClass: top
-add:objectClass: ipaContainer
+add:objectClass: nsContainer
add:cn: test
-add:description: Test container
# Add a test user
dn: uid=tuser, cn=test, cn=accounts, $SUFFIX