[folks/648811-dummy-backend-rebase1] dummy: Fix birthdays in add-persona test



commit 62878a3ea378617a7fb3e2e3a2818f73b2c32248
Author: Philip Withnall <philip withnall collabora co uk>
Date:   Wed Nov 6 13:31:36 2013 +0000

    dummy: Fix birthdays in add-persona test

 tests/dummy/add-persona.vala |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/tests/dummy/add-persona.vala b/tests/dummy/add-persona.vala
index cf49659..fb99bf9 100644
--- a/tests/dummy/add-persona.vala
+++ b/tests/dummy/add-persona.vala
@@ -56,7 +56,7 @@ public class AddPersonaTests : DummyTest.TestCase
     {
       base ("AddPersonaTests");
 
-      this.add_test ("test adding a persona to dummy ", this.test_add_persona);
+      this.add_test ("adding a persona", this.test_add_persona);
     }
 
   public void test_add_persona ()
@@ -96,8 +96,7 @@ public class AddPersonaTests : DummyTest.TestCase
       this._properties_found.insert ("postal-address-1", false);
       this._properties_found.insert ("structured_name", false);
       this._properties_found.insert ("note", false);
-      /* FIXME: for some reason Birthday is not getting notified
-      this._properties_found.insert ("birthday", false); */
+      this._properties_found.insert ("birthday", false);
       this._properties_found.insert ("role-1", false);
       this._properties_found.insert ("is-favourite", false);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]