empathy r1546 - in trunk/tests: . xml
- From: xclaesse svn gnome org
- To: svn-commits-list gnome org
- Subject: empathy r1546 - in trunk/tests: . xml
- Date: Mon, 13 Oct 2008 07:53:56 +0000 (UTC)
Author: xclaesse
Date: Mon Oct 13 07:53:56 2008
New Revision: 1546
URL: http://svn.gnome.org/viewvc/empathy?rev=1546&view=rev
Log:
move xml/chatrooms.xml to xml/chatrooms-sample.xml
Added:
trunk/tests/xml/chatrooms-sample.xml
- copied, changed from r1545, /trunk/tests/xml/chatrooms.xml
Removed:
trunk/tests/xml/chatrooms.xml
Modified:
trunk/tests/check-empathy-chatroom-manager.c
Modified: trunk/tests/check-empathy-chatroom-manager.c
==============================================================================
--- trunk/tests/check-empathy-chatroom-manager.c (original)
+++ trunk/tests/check-empathy-chatroom-manager.c Mon Oct 13 07:53:56 2008
@@ -9,6 +9,9 @@
#include <libempathy/empathy-chatroom-manager.h>
+#define CHATROOM_SAMPLE "chatrooms-sample.xml"
+#define CHATROOM_FILE "chatrooms.xml"
+
static gchar *
get_xml_file (const gchar *filename)
{
@@ -21,7 +24,7 @@
EmpathyChatroomManager *mgr;
gchar *file;
- file = get_xml_file ("chatrooms.xml");
+ file = get_xml_file (CHATROOM_SAMPLE);
mgr = empathy_chatroom_manager_new (file);
g_free (file);
Copied: trunk/tests/xml/chatrooms-sample.xml (from r1545, /trunk/tests/xml/chatrooms.xml)
==============================================================================
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]