eds test: add test for specific behavior of linkable properties
authorTravis Reitter <travis.reitter@collabora.co.uk>
Fri, 28 Dec 2012 17:31:57 +0000 (09:31 -0800)
committerTravis Reitter <travis.reitter@collabora.co.uk>
Sun, 6 Jan 2013 01:08:42 +0000 (17:08 -0800)
commit7638419cc279f36886434344f391ca39b374a6a4
tree4513edef8cb598bfb9db67396af597b733a43344
parent70adbe45ba9ba859ea083e95478770d55ba82b07
eds test: add test for specific behavior of linkable properties

This splits out a subtle and complicated linkable-properties bug discovered
by the set-emails test where changing the emails (which happen to be a
linkable property in the EDS backend) causes an unnecessary Edsf.Persona
creation and removal cycle.

The set-* tests are meant to confirm that reading and writing the given
property works, so seperating this should let us simplify those tests
slightly yet focus on the secondary details we care about in a specific test
case.
tests/eds/Makefile.am
tests/eds/linkable-properties.vala [new file with mode: 0644]
tests/eds/set-emails.vala