diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-10-13 07:53:47 +0000 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-10-13 07:53:47 +0000 |
commit | 6f3cc357f582c89cdd43af7fbf5e21350edaa2a6 (patch) | |
tree | b48ad9e58a645e4f582680f18f8eba1595f0e86e /tests/xml | |
parent | fc8158f824770fc98f8170d686dd1d1f7a896712 (diff) | |
download | telepathy-account-widgets-6f3cc357f582c89cdd43af7fbf5e21350edaa2a6.tar.gz |
add a test file for EmpathyChatroomManager
svn path=/trunk/; revision=1543
Diffstat (limited to 'tests/xml')
-rw-r--r-- | tests/xml/Makefile.am | 3 | ||||
-rw-r--r-- | tests/xml/chatrooms.xml | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/tests/xml/Makefile.am b/tests/xml/Makefile.am index eafe8de6..d35bdc65 100644 --- a/tests/xml/Makefile.am +++ b/tests/xml/Makefile.am @@ -1,3 +1,4 @@ EXTRA_DIST = \ default-irc-networks-sample.xml \ - user-irc-networks-sample.xml + user-irc-networks-sample.xml \ + chatrooms.xml diff --git a/tests/xml/chatrooms.xml b/tests/xml/chatrooms.xml new file mode 100644 index 00000000..57073b7b --- /dev/null +++ b/tests/xml/chatrooms.xml @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="utf-8"?> +<chatrooms/> |