aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2008-10-13 15:54:12 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-10-13 15:54:12 +0800
commit9d665ed41b2df20bd14a058d9a85c387a4a0f885 (patch)
tree6097520468e3861190921133d998c7e3a8a5b78c /tests
parent847a1e698af32218b1e464180aa2268b2bf68df0 (diff)
downloadgsoc2013-empathy-9d665ed41b2df20bd14a058d9a85c387a4a0f885.tar
gsoc2013-empathy-9d665ed41b2df20bd14a058d9a85c387a4a0f885.tar.gz
gsoc2013-empathy-9d665ed41b2df20bd14a058d9a85c387a4a0f885.tar.bz2
gsoc2013-empathy-9d665ed41b2df20bd14a058d9a85c387a4a0f885.tar.lz
gsoc2013-empathy-9d665ed41b2df20bd14a058d9a85c387a4a0f885.tar.xz
gsoc2013-empathy-9d665ed41b2df20bd14a058d9a85c387a4a0f885.tar.zst
gsoc2013-empathy-9d665ed41b2df20bd14a058d9a85c387a4a0f885.zip
add 2 chatrooms to chatrooms-sample.xml
svn path=/trunk/; revision=1551
Diffstat (limited to 'tests')
-rw-r--r--tests/xml/chatrooms-sample.xml15
1 files changed, 14 insertions, 1 deletions
diff --git a/tests/xml/chatrooms-sample.xml b/tests/xml/chatrooms-sample.xml
index 57073b7be..e06c43e50 100644
--- a/tests/xml/chatrooms-sample.xml
+++ b/tests/xml/chatrooms-sample.xml
@@ -1,2 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
-<chatrooms/>
+<chatrooms>
+ <chatroom>
+ <name>name1</name>
+ <room>room1</room>
+ <account>CHANGE_ME</account>
+ <auto_connect>yes</auto_connect>
+ </chatroom>
+ <chatroom>
+ <name>name2</name>
+ <room>room2</room>
+ <account>CHANGE_ME</account>
+ <auto_connect>no</auto_connect>
+ </chatroom>
+</chatrooms>