From 97de95a234bf6bc17c7a5a58052378e8177cd93e Mon Sep 17 00:00:00 2001 From: tdj_tx <tdj_tx@localhost> Date: Thu, 14 Dec 2006 22:20:24 +0000 Subject: [PATCH] Added schema test ldifs for issues 390, 388, and 389 --- opends/tests/functional-tests/shared/data/schema/ldifs/rfc2714_2.ldif | 33 +++++++++++ opends/tests/functional-tests/shared/data/schema/ldifs/rfc2714.ldif | 51 +++++++++++++++++ opends/tests/functional-tests/shared/data/schema/ldifs/rfc2713.ldif | 43 ++++++++++++++ opends/tests/functional-tests/shared/data/schema/ldifs/rfc2739.ldif | 53 +++++++++++++++++ 4 files changed, 180 insertions(+), 0 deletions(-) diff --git a/opends/tests/functional-tests/shared/data/schema/ldifs/rfc2713.ldif b/opends/tests/functional-tests/shared/data/schema/ldifs/rfc2713.ldif new file mode 100644 index 0000000..be9e18d --- /dev/null +++ b/opends/tests/functional-tests/shared/data/schema/ldifs/rfc2713.ldif @@ -0,0 +1,43 @@ +# CDDL HEADER START +# +# The contents of this file are subject to the terms of the +# Common Development and Distribution License, Version 1.0 only +# (the "License"). You may not use this file except in compliance +# with the License. +# +# You can obtain a copy of the license at +# trunk/opends/resource/legal-notices/OpenDS.LICENSE +# or https://OpenDS.dev.java.net/OpenDS.LICENSE. +# See the License for the specific language governing permissions +# and limitations under the License. +# +# When distributing Covered Code, include this CDDL HEADER in each +# file and include the License file at +# trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable, +# add the following below this CDDL HEADER, with the fields enclosed +# by brackets "[]" replaced with your own identifying * information: +# Portions Copyright [yyyy] [name of copyright owner] +# +# CDDL HEADER END +# +# Portions Copyright 2006 Sun Microsystems, Inc. +# + +dn: ou=java object,o=rfc tests,dc=example,dc=com +ou: java object +objectclass: top +objectclass: organizationalunit + +dn: cn=java1,ou=java object,o=rfc tests,dc=example,dc=com +objectclass: top +objectclass: inetOrgPerson +objectclass: javaSerializedObject +objectclass: javaObject +ou: java object +cn: java1 +sn: java1 +javaSerializedData:1.0.0.1 +javaClassName:java.rfc.sun.com +javaClassNames: java.security.Permission +javaClassNames: java.io.FilePermission +javaCodebase: url1 url2 diff --git a/opends/tests/functional-tests/shared/data/schema/ldifs/rfc2714.ldif b/opends/tests/functional-tests/shared/data/schema/ldifs/rfc2714.ldif new file mode 100644 index 0000000..b18019a --- /dev/null +++ b/opends/tests/functional-tests/shared/data/schema/ldifs/rfc2714.ldif @@ -0,0 +1,51 @@ +# CDDL HEADER START +# +# The contents of this file are subject to the terms of the +# Common Development and Distribution License, Version 1.0 only +# (the "License"). You may not use this file except in compliance +# with the License. +# +# You can obtain a copy of the license at +# trunk/opends/resource/legal-notices/OpenDS.LICENSE +# or https://OpenDS.dev.java.net/OpenDS.LICENSE. +# See the License for the specific language governing permissions +# and limitations under the License. +# +# When distributing Covered Code, include this CDDL HEADER in each +# file and include the License file at +# trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable, +# add the following below this CDDL HEADER, with the fields enclosed +# by brackets "[]" replaced with your own identifying * information: +# Portions Copyright [yyyy] [name of copyright owner] +# +# CDDL HEADER END +# +# Portions Copyright 2006 Sun Microsystems, Inc. +# + +dn: ou=corba,o=rfc tests,dc=example,dc=com +ou: corba +objectclass: top +objectclass: organizationalunit + +dn: uid=jsmith,ou=corba,o=rfc tests,dc=example,dc=com +cn: John Smith +sn: Smith +givenname: John +objectclass: top +objectclass: person +objectclass: organizationalPerson +objectclass: inetOrgPerson +objectclass: corbaContainer +objectclass: corbaObject +objectclass: corbaObjectReference +ou: corba +l: Austin +uid: jsmith +mail: jsmith@example.com +telephonenumber: +1 512 555 9424 +facsimiletelephonenumber: +1 512 555 0111 +roomnumber: 4137 +userpassword: gosling +corbaRepositoryId: IDL:omg.org/CosNaming/NamingContext:1.0 +corbaIor: diff --git a/opends/tests/functional-tests/shared/data/schema/ldifs/rfc2714_2.ldif b/opends/tests/functional-tests/shared/data/schema/ldifs/rfc2714_2.ldif new file mode 100644 index 0000000..cb97604 --- /dev/null +++ b/opends/tests/functional-tests/shared/data/schema/ldifs/rfc2714_2.ldif @@ -0,0 +1,33 @@ +# CDDL HEADER START +# +# The contents of this file are subject to the terms of the +# Common Development and Distribution License, Version 1.0 only +# (the "License"). You may not use this file except in compliance +# with the License. +# +# You can obtain a copy of the license at +# trunk/opends/resource/legal-notices/OpenDS.LICENSE +# or https://OpenDS.dev.java.net/OpenDS.LICENSE. +# See the License for the specific language governing permissions +# and limitations under the License. +# +# When distributing Covered Code, include this CDDL HEADER in each +# file and include the License file at +# trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable, +# add the following below this CDDL HEADER, with the fields enclosed +# by brackets "[]" replaced with your own identifying * information: +# Portions Copyright [yyyy] [name of copyright owner] +# +# CDDL HEADER END +# +# Portions Copyright 2006 Sun Microsystems, Inc. +# + +dn: cn=corba1,ou=corba,o=rfc tests,dc=example,dc=com +cn: corba1 +objectclass: top +objectclass: corbaContainer +objectclass: corbaObject +objectclass: corbaObjectReference +corbaRepositoryId: IDL:omg.org/CosNaming/NamingContext:1.0 +corbaIor: diff --git a/opends/tests/functional-tests/shared/data/schema/ldifs/rfc2739.ldif b/opends/tests/functional-tests/shared/data/schema/ldifs/rfc2739.ldif new file mode 100644 index 0000000..0f57bb3 --- /dev/null +++ b/opends/tests/functional-tests/shared/data/schema/ldifs/rfc2739.ldif @@ -0,0 +1,53 @@ +# CDDL HEADER START +# +# The contents of this file are subject to the terms of the +# Common Development and Distribution License, Version 1.0 only +# (the "License"). You may not use this file except in compliance +# with the License. +# +# You can obtain a copy of the license at +# trunk/opends/resource/legal-notices/OpenDS.LICENSE +# or https://OpenDS.dev.java.net/OpenDS.LICENSE. +# See the License for the specific language governing permissions +# and limitations under the License. +# +# When distributing Covered Code, include this CDDL HEADER in each +# file and include the License file at +# trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable, +# add the following below this CDDL HEADER, with the fields enclosed +# by brackets "[]" replaced with your own identifying * information: +# Portions Copyright [yyyy] [name of copyright owner] +# +# CDDL HEADER END +# +# Portions Copyright 2006 Sun Microsystems, Inc. +# + +dn: ou=calendaring,o=rfc tests,dc=example,dc=com +ou: calendaring +objectclass: top +objectclass: organizationalunit + +dn: uid=tsmith,ou=calendaring,o=rfc tests,dc=example,dc=com +cn: Tony Smith +sn: Smith +givenname: Tony +objectclass: top +objectclass: person +objectclass: organizationalPerson +objectclass: inetOrgPerson +objectclass: calEntry +ou: calendaring +l: Austin +uid: tsmith +mail: tsmith@example.com +telephonenumber: +1 512 555 9423 +facsimiletelephonenumber: +1 512 555 0111 +roomnumber: 4136 +userpassword: gosling +calCalAdrURI: mailto:tsmith@example.com +calCalURI: ftp://ftp.host1.com/calA.ics +calFBURL: http://cal.company.com/projectA/pjtAfb.ifb +calOtherCalURIs: +calOtherFBURLs: +calOtherCalAdrURIs: -- Gitblit v1.10.0