[folks] Rename the contact-retrieval test.
- From: Travis Reitter <treitter src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [folks] Rename the contact-retrieval test.
- Date: Wed, 13 Oct 2010 23:03:21 +0000 (UTC)
commit 2f3853338cf167c3ea26a4cf912d684ba86427f1
Author: Travis Reitter <travis reitter collabora co uk>
Date: Wed Oct 13 14:00:12 2010 -0700
Rename the contact-retrieval test.
tests/telepathy/Makefile.am | 6 +++---
...ct-retrieval.vala => individual-retrieval.vala} | 8 ++++----
2 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/tests/telepathy/Makefile.am b/tests/telepathy/Makefile.am
index 06beae5..28580a8 100644
--- a/tests/telepathy/Makefile.am
+++ b/tests/telepathy/Makefile.am
@@ -44,7 +44,7 @@ VALAFLAGS += \
# in order from least to most complex
noinst_PROGRAMS = \
persona-store-capabilities \
- contact-retrieval \
+ individual-retrieval \
contact-properties \
$(NULL)
@@ -54,8 +54,8 @@ persona_store_capabilities_SOURCES = \
persona-store-capabilities.vala \
$(NULL)
-contact_retrieval_SOURCES = \
- contact-retrieval.vala \
+individual_retrieval_SOURCES = \
+ individual-retrieval.vala \
$(NULL)
contact_properties_SOURCES = \
diff --git a/tests/telepathy/contact-retrieval.vala b/tests/telepathy/individual-retrieval.vala
similarity index 98%
rename from tests/telepathy/contact-retrieval.vala
rename to tests/telepathy/individual-retrieval.vala
index cbe634e..35b253b 100644
--- a/tests/telepathy/contact-retrieval.vala
+++ b/tests/telepathy/individual-retrieval.vala
@@ -5,7 +5,7 @@ using Tpf;
using Folks;
using Gee;
-public class ContactRetrievalTests : Folks.TestCase
+public class IndividualRetrievalTests : Folks.TestCase
{
private DBusDaemon daemon;
private TpTest.Account account;
@@ -17,9 +17,9 @@ public class ContactRetrievalTests : Folks.TestCase
private HashSet<string> default_individuals;
private string individual_id_prefix = "telepathy:protocol:";
- public ContactRetrievalTests ()
+ public IndividualRetrievalTests ()
{
- base ("ContactRetrieval");
+ base ("IndividualRetrieval");
/* Create a set of the individuals we expect to see */
this.default_individuals = new HashSet<string> (str_hash, str_equal);
@@ -391,7 +391,7 @@ public int main (string[] args)
Test.init (ref args);
TestSuite root = TestSuite.get_root ();
- root.add_suite (new ContactRetrievalTests ().get_suite ());
+ root.add_suite (new IndividualRetrievalTests ().get_suite ());
Test.run ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]