Partially revert commit c5ada29a75e9c5a1 for the telepathy tests
authorSeif Lotfy <seif@lotfy.com>
Tue, 18 Jun 2013 15:21:42 +0000 (17:21 +0200)
committerSeif Lotfy <seif@lotfy.com>
Sat, 22 Jun 2013 00:04:50 +0000 (02:04 +0200)
Fixes #686715

Signed-off-by: Seif Lotfy <seif@lotfy.com>
tests/telepathy/Makefile.am
tests/telepathy/init.vala

index a2378e2..f3339e4 100644 (file)
@@ -71,6 +71,7 @@ TESTS = \
        persona-store-capabilities \
        individual-retrieval \
        individual-properties \
+       init \
        $(NULL)
 
 noinst_PROGRAMS = \
@@ -95,6 +96,10 @@ individual_zeitgeist_SOURCES = \
        individual-zeitgeist.vala \
        $(NULL)
 
+init_SOURCES = \
+       init.vala \
+       $(NULL)
+
 persona_store_capabilities_SOURCES = \
        persona-store-capabilities.vala \
        $(NULL)
@@ -104,6 +109,7 @@ BUILT_SOURCES = \
        individual_properties_vala.stamp \
        individual_retrieval_vala.stamp \
        individual_zeitgeist_vala.stamp \
+       init_vala.stamp \
        persona_store_capabilities_vala.stamp \
        $(NULL)
 
index 92cb1ff..f842a07 100644 (file)
@@ -61,7 +61,7 @@ public class InitTests : TpfTest.TestCase
         });
 
       /* Add a timeout for failure. */
-      TestUtils.loop_run_with_non_fatal_timeout (this._main_loop, 5);
+      TestUtils.loop_run_with_non_fatal_timeout (main_loop, 5);
 
       /* Check results. */
       assert (aggregator.is_quiescent == true);