diff options
author | Roger Braun <roger@rogerbraun.net> | 2017-04-24 18:46:02 +0200 |
---|---|---|
committer | Roger Braun <roger@rogerbraun.net> | 2017-04-24 18:46:02 +0200 |
commit | 34d3aea92f1bce7ba51a44ef1fdc68e47822c3a4 (patch) | |
tree | 2b1ec73c4bd8bb3ce9018e7655f77142d562f88c /test/fixtures/user_name_only.xml | |
parent | 43d7a4b2cfe686c15b68f6599ce16446fa1dfab0 (diff) | |
download | pleroma-34d3aea92f1bce7ba51a44ef1fdc68e47822c3a4.tar.gz pleroma-34d3aea92f1bce7ba51a44ef1fdc68e47822c3a4.zip |
Add incoming xml fixtures.
Diffstat (limited to 'test/fixtures/user_name_only.xml')
-rw-r--r-- | test/fixtures/user_name_only.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/fixtures/user_name_only.xml b/test/fixtures/user_name_only.xml new file mode 100644 index 000000000..6d895d5c2 --- /dev/null +++ b/test/fixtures/user_name_only.xml @@ -0,0 +1,5 @@ +<author> + <activity:object-type>http://activitystrea.ms/schema/1.0/person</activity:object-type> + <uri>http://gs.example.org:4040/index.php/user/1</uri> + <name>lambda</name> +</author> |