tests: limit backends via the environment a bit more directly
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Thu, 14 Mar 2013 15:48:26 +0000 (15:48 +0000)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 18 Mar 2013 19:08:27 +0000 (19:08 +0000)
commite4de6c5f6dd4eb66a7519afe2d60166c0cb7f0a7
tree54f8141e58d4f8330b83566ae3e2dae57e012069
parent039a7ccaae6a5824edab276535f46bc1ed0f4bd1
tests: limit backends via the environment a bit more directly

This makes it more obvious what's enabled and what isn't. We want to
make sure that only the intended backends are enabled, because those
are the ones for which we've done enough environmental setup
(D-Bus, etc.) to make sure they don't "leak out" into the user's
real data.

Bug: https://bugzilla.gnome.org/show_bug.cgi?id=695381
Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Reviewed-by: Philip Withnall <philip@tecnocode.co.uk>
20 files changed:
tests/data/Makefile.am
tests/data/backend-store-all.ini [deleted file]
tests/eds/Makefile.am
tests/eds/data/backend-eds-only.ini [deleted file]
tests/folks/Makefile.am
tests/key-file/Makefile.am
tests/key-file/data/backend-store-key-file-only.ini [deleted file]
tests/lib/eds/test-case.vala
tests/lib/key-file/test-case.vala
tests/lib/libsocialweb/test-case.vala
tests/lib/telepathy/test-case.vala
tests/lib/test-case.vala
tests/lib/tracker/test-case.vala
tests/libsocialweb/Makefile.am
tests/libsocialweb/aggregation.vala
tests/libsocialweb/data/backend-lsw-only.ini [deleted file]
tests/telepathy/Makefile.am
tests/telepathy/data/backend-store-telepathy-only.ini [deleted file]
tests/tracker/Makefile.am
tests/tracker/data/backend-tracker-only.ini [deleted file]