From 0e430fe63b7f5111710d316ee8cc2354a6bb7718 Mon Sep 17 00:00:00 2001 From: Gary Williams <gary.williams@forgerock.com> Date: Mon, 16 Jul 2012 09:03:15 +0000 Subject: [PATCH] Functional tests change country code to be iso 3166 compliant --- opends/tests/staf-tests/functional-tests/shared/data/replication/newtestuser-0.ldif | 3 ++- opends/tests/staf-tests/functional-tests/shared/data/replication/testuser-0.ldif | 3 ++- opends/tests/staf-tests/functional-tests/shared/data/replication/newtestuser-2.ldif | 3 ++- opends/tests/staf-tests/functional-tests/shared/data/replication/testuser-2.ldif | 3 ++- opends/tests/staf-tests/functional-tests/shared/data/schema/ldifs/untypedobject.ldif | 3 ++- opends/tests/staf-tests/functional-tests/shared/data/replication/newtestuser-1.ldif | 3 ++- opends/tests/staf-tests/functional-tests/shared/data/replication/testuser-1.ldif | 3 ++- 7 files changed, 14 insertions(+), 7 deletions(-) diff --git a/opends/tests/staf-tests/functional-tests/shared/data/replication/newtestuser-0.ldif b/opends/tests/staf-tests/functional-tests/shared/data/replication/newtestuser-0.ldif index d12fd07..eb9b5b4 100644 --- a/opends/tests/staf-tests/functional-tests/shared/data/replication/newtestuser-0.ldif +++ b/opends/tests/staf-tests/functional-tests/shared/data/replication/newtestuser-0.ldif @@ -21,6 +21,7 @@ # CDDL HEADER END # # Copyright 2007-2008 Sun Microsystems, Inc. +# Portions Copyright 2012 ForgeRock AS. # dn: cn=newtestuser-0,ou=people,o=example @@ -29,5 +30,5 @@ objectclass: newtestobjectclass-0 cn: newtestuser-0 sn: New Test -c: New Testland +c: GB street: New Test Lane diff --git a/opends/tests/staf-tests/functional-tests/shared/data/replication/newtestuser-1.ldif b/opends/tests/staf-tests/functional-tests/shared/data/replication/newtestuser-1.ldif index 4e8a982..c304ef8 100644 --- a/opends/tests/staf-tests/functional-tests/shared/data/replication/newtestuser-1.ldif +++ b/opends/tests/staf-tests/functional-tests/shared/data/replication/newtestuser-1.ldif @@ -21,6 +21,7 @@ # CDDL HEADER END # # Copyright 2007-2008 Sun Microsystems, Inc. +# Portions Copyright 2012 ForgeRock AS. # dn: cn=newtestuser-1,ou=people,o=example @@ -29,7 +30,7 @@ objectclass: newtestobjectclass-1 cn: newtestuser-1 sn: New Test -c: New Testland +c: GB street: New Test Lane newtestattribute-1: new test attribute diff --git a/opends/tests/staf-tests/functional-tests/shared/data/replication/newtestuser-2.ldif b/opends/tests/staf-tests/functional-tests/shared/data/replication/newtestuser-2.ldif index 984d175..10e3a74 100644 --- a/opends/tests/staf-tests/functional-tests/shared/data/replication/newtestuser-2.ldif +++ b/opends/tests/staf-tests/functional-tests/shared/data/replication/newtestuser-2.ldif @@ -21,6 +21,7 @@ # CDDL HEADER END # # Copyright 2007-2008 Sun Microsystems, Inc. +# Portions Copyright 2012 ForgeRock AS. # dn: cn=newtestuser-2,ou=people,o=example @@ -29,6 +30,6 @@ objectclass: newtestobjectclass-1 cn: newtestuser-2 sn: New Test -c: New Testland +c: GB street: New Test Lane diff --git a/opends/tests/staf-tests/functional-tests/shared/data/replication/testuser-0.ldif b/opends/tests/staf-tests/functional-tests/shared/data/replication/testuser-0.ldif index aba5fee..101130e 100644 --- a/opends/tests/staf-tests/functional-tests/shared/data/replication/testuser-0.ldif +++ b/opends/tests/staf-tests/functional-tests/shared/data/replication/testuser-0.ldif @@ -21,6 +21,7 @@ # CDDL HEADER END # # Copyright 2007-2008 Sun Microsystems, Inc. +# Portions copyright 2012 ForgeRock AS. # dn: cn=testuser-0,ou=people,o=example @@ -29,5 +30,5 @@ objectclass: testobjectclass-0 cn: testuser-0 sn: Test -c: Testland +c: GB street: Test Lane diff --git a/opends/tests/staf-tests/functional-tests/shared/data/replication/testuser-1.ldif b/opends/tests/staf-tests/functional-tests/shared/data/replication/testuser-1.ldif index 11a36b0..b0c55aa 100644 --- a/opends/tests/staf-tests/functional-tests/shared/data/replication/testuser-1.ldif +++ b/opends/tests/staf-tests/functional-tests/shared/data/replication/testuser-1.ldif @@ -21,6 +21,7 @@ # CDDL HEADER END # # Copyright 2007-2008 Sun Microsystems, Inc. +# Portions copyright 2012 ForgeRock AS. # dn: cn=testuser-1,ou=people,o=example @@ -29,7 +30,7 @@ objectclass: testobjectclass-1 cn: testuser-1 sn: Test -c: Testland +c: GB street: Test Lane testattribute-1: new test attribute diff --git a/opends/tests/staf-tests/functional-tests/shared/data/replication/testuser-2.ldif b/opends/tests/staf-tests/functional-tests/shared/data/replication/testuser-2.ldif index 59efe55..52e5e1d 100644 --- a/opends/tests/staf-tests/functional-tests/shared/data/replication/testuser-2.ldif +++ b/opends/tests/staf-tests/functional-tests/shared/data/replication/testuser-2.ldif @@ -21,6 +21,7 @@ # CDDL HEADER END # # Copyright 2007-2008 Sun Microsystems, Inc. +# Portions copyright 2012 ForgeRock AS. # dn: cn=testuser-2,ou=people,o=example @@ -29,6 +30,6 @@ objectclass: testobjectclass-1 cn: testuser-2 sn: Test -c: Testland +c: GB street: Test Lane diff --git a/opends/tests/staf-tests/functional-tests/shared/data/schema/ldifs/untypedobject.ldif b/opends/tests/staf-tests/functional-tests/shared/data/schema/ldifs/untypedobject.ldif index 33e5bef..0a7c5dc 100644 --- a/opends/tests/staf-tests/functional-tests/shared/data/schema/ldifs/untypedobject.ldif +++ b/opends/tests/staf-tests/functional-tests/shared/data/schema/ldifs/untypedobject.ldif @@ -21,6 +21,7 @@ # CDDL HEADER END # # Copyright 2006-2008 Sun Microsystems, Inc. +# Portions Copyright 2012 ForgeRock AS. # dn: cn=untyped object,o=rfc tests,dc=example,dc=com @@ -31,5 +32,5 @@ ou: People street: Rue Quebec l: Toronto -c: Canada +c: CA -- Gitblit v1.10.0