[folks/648811-dummy-backend-rebase1: 28/41] dummy: Fix birthdays in add-persona test
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [folks/648811-dummy-backend-rebase1: 28/41] dummy: Fix birthdays in add-persona test
- Date: Thu, 7 Nov 2013 08:54:07 +0000 (UTC)
commit 39291c5c3fd5ed3c1c5033ef503692ad90e8fcca
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]