From df6bd6ab5acf6d6178f6dd726b9c5927ae7cf047 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Tue, 8 Nov 2011 15:18:31 -0600 Subject: Updated sample data. New sample data files have been added for search facet paging. Unused files have been removed. The names used in the files have been updated for consistency. Ticket #981 --- install/ui/test/data/pwpolicy_find.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'install/ui/test/data/pwpolicy_find.json') diff --git a/install/ui/test/data/pwpolicy_find.json b/install/ui/test/data/pwpolicy_find.json index 629ebfc90..94cf88df6 100644 --- a/install/ui/test/data/pwpolicy_find.json +++ b/install/ui/test/data/pwpolicy_find.json @@ -6,7 +6,7 @@ "result": [ { "cn": "GLOBAL", - "dn": "cn=accounts,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com", + "dn": "cn=accounts,dc=example,dc=com", "krbmaxpwdlife": [ "90" ], @@ -30,7 +30,7 @@ "cospriority": [ "1" ], - "dn": "cn=testgroup12,cn=ayoung.boston.devel.redhat.com,cn=kerberos,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com", + "dn": "cn=testgroup12,cn=example.com,cn=kerberos,dc=example,dc=com", "krbmaxpwdlife": [ "40" ], @@ -51,7 +51,7 @@ "cospriority": [ "2" ], - "dn": "cn=testgroup22,cn=ayoung.boston.devel.redhat.com,cn=kerberos,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com", + "dn": "cn=testgroup22,cn=example.com,cn=kerberos,dc=example,dc=com", "krbmaxpwdlife": [ "60" ], -- cgit