GNOME Bugzilla – Bug 691382
Restore tests disabled by bug #668415 (which has been fixed)
Last modified: 2013-01-10 01:50:58 UTC
When we filed bug #668415, we disabled a couple EDS tests. Now that the bug is fixed, we should restore these tests.
Created attachment 233038 [details] [review] Remove change-primary-store test, restore and update store-removed test Patch from branch: http://cgit.collabora.com/git/user/treitter/folks.git/log/?h=bgo691382-restore-tests
Review of attachment 233038 [details] [review]: Looks good to me.
Merged: commit 321927a49b34febe9d6a995cb0f1839c3f5fff68 Author: Travis Reitter <travis.reitter@collabora.co.uk> Date: Sun Jan 6 22:27:27 2013 -0800 Bug 691382 — Restore tests disabled by bug #668415 (which has been fixed) This ports the store-removed test to the current EDS introspection bindings and removes the change-primary-store test on the basis that we don't really support clients changing the primary store. In the future, we may want to add a test to ensure we cope with the primary store disappearing, but that's a different case. Closes: https://bugzilla.gnome.org/show_bug.cgi?id=691382 NEWS | 1 + tests/eds/Makefile.am | 25 ++---- tests/eds/change-primary-store.vala | 146 ------------------------------------ tests/eds/store-removed.vala | 20 ++--- tests/lib/eds/backend.vala | 5 +- 5 files changed, 16 insertions(+), 181 deletions(-)