[folks] e-d-s: update link-personas test to use iid instead of contact_id
- From: Raul Gutierrez Segales <raulgs src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [folks] e-d-s: update link-personas test to use iid instead of contact_id
- Date: Wed, 31 Aug 2011 22:05:06 +0000 (UTC)
commit 63b4ab7ab7be30e39936f7c0fd779481536a575e
Author: Raul Gutierrez Segales <rgs collabora co uk>
Date: Mon Aug 29 18:27:48 2011 +0100
e-d-s: update link-personas test to use iid instead of contact_id
tests/eds/link-personas.vala | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tests/eds/link-personas.vala b/tests/eds/link-personas.vala
index 1eaeca3..2085cf6 100644
--- a/tests/eds/link-personas.vala
+++ b/tests/eds/link-personas.vala
@@ -314,7 +314,7 @@ public class LinkPersonasTests : Folks.TestCase
this._personas.add (first_persona);
if (this._linking_method == LinkingMethod.LOCAL_IDS)
{
- var contact_id1 = ((Edsf.Persona) first_persona).contact_id;
+ var contact_id1 = ((Edsf.Persona) first_persona).iid;
this._linking_props.set ("prop1", contact_id1);
}
}
@@ -325,7 +325,7 @@ public class LinkPersonasTests : Folks.TestCase
this._personas.add (first_persona);
if (this._linking_method == LinkingMethod.LOCAL_IDS)
{
- var contact_id2 = ((Edsf.Persona) first_persona).contact_id;
+ var contact_id2 = ((Edsf.Persona) first_persona).iid;
this._linking_props.set ("prop2", contact_id2);
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]