[folks] Don't require that zero Individuals be removed after auto-linking.
- From: Travis Reitter <treitter src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [folks] Don't require that zero Individuals be removed after auto-linking.
- Date: Fri, 26 Aug 2011 19:14:43 +0000 (UTC)
commit 99670bd47ba523c3b0c77277280a4391416a4a26
Author: Travis Reitter <travis reitter collabora co uk>
Date: Fri Aug 26 10:33:38 2011 -0700
Don't require that zero Individuals be removed after auto-linking.
tests/tracker/match-im-addresses.vala | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/tests/tracker/match-im-addresses.vala b/tests/tracker/match-im-addresses.vala
index 49bf466..79bba36 100644
--- a/tests/tracker/match-im-addresses.vala
+++ b/tests/tracker/match-im-addresses.vala
@@ -126,7 +126,8 @@ public class MatchIMAddressesTests : Folks.TestCase
this._try_potential_match ();
}
- assert (removed.size == 0);
+ /* We can't assert (removed.size == 0) because these Personas will get
+ * auto-linked (and thus one Individual will get removed */
}
private void _try_potential_match ()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]