The testdata hadn't contained public contacts
This commit is contained in:
parent
e48b2a3dad
commit
9ade6c2b33
1 changed files with 30 additions and 4 deletions
|
@ -58,14 +58,40 @@ contact:
|
||||||
blocked: false
|
blocked: false
|
||||||
rel: 2
|
rel: 2
|
||||||
network: dfrn
|
network: dfrn
|
||||||
|
-
|
||||||
|
id: 45
|
||||||
|
uid: 0
|
||||||
|
name: Self contact
|
||||||
|
nick: selfcontact
|
||||||
|
self: true
|
||||||
|
nurl: http://localhost/profile/selfcontact
|
||||||
|
url: http://localhost/profile/selfcontact
|
||||||
|
about: User used in tests
|
||||||
|
pending: false
|
||||||
|
blocked: false
|
||||||
|
rel: 0
|
||||||
|
network: dfrn
|
||||||
|
-
|
||||||
|
id: 46
|
||||||
|
uid: 0
|
||||||
|
name: Friend contact
|
||||||
|
nick: friendcontact
|
||||||
|
self: false
|
||||||
|
nurl: http://localhost/profile/friendcontact
|
||||||
|
url: http://localhost/profile/friendcontact
|
||||||
|
pending: false
|
||||||
|
blocked: false
|
||||||
|
rel: 0
|
||||||
|
network: dfrn
|
||||||
|
-
|
||||||
|
|
||||||
item:
|
item:
|
||||||
-
|
-
|
||||||
id: 1
|
id: 1
|
||||||
visible: true
|
visible: true
|
||||||
contact-id: 42
|
contact-id: 42
|
||||||
author-id: 42
|
author-id: 45
|
||||||
owner-id: 42
|
owner-id: 45
|
||||||
uid: 42
|
uid: 42
|
||||||
verb: http://activitystrea.ms/schema/1.0/post
|
verb: http://activitystrea.ms/schema/1.0/post
|
||||||
unseen: true
|
unseen: true
|
||||||
|
@ -82,8 +108,8 @@ item:
|
||||||
id: 2
|
id: 2
|
||||||
visible: true
|
visible: true
|
||||||
contact-id: 42
|
contact-id: 42
|
||||||
author-id: 42
|
author-id: 45
|
||||||
owner-id: 42
|
owner-id: 45
|
||||||
uid: 42
|
uid: 42
|
||||||
verb: http://activitystrea.ms/schema/1.0/post
|
verb: http://activitystrea.ms/schema/1.0/post
|
||||||
unseen: false
|
unseen: false
|
||||||
|
|
Loading…
Reference in a new issue