Adding test-server-utils
authorTristan Van Berkom <tristanvb@openismus.com>
Tue, 11 Dec 2012 09:22:49 +0000 (18:22 +0900)
committerTristan Van Berkom <tristanvb@openismus.com>
Sat, 15 Dec 2012 05:12:15 +0000 (14:12 +0900)
commit18c4f737269e581e733e8d59897fee8c43d86bd8
tree766268995ee036d67555c615fed8f18a3a9625cc
parent78340f9274d5c2ee0f52507f935f97d6b92f513e
Adding test-server-utils

A library with text fixtures for testing ESourceRegistry, EBookClient and
ECalClient in a self contained fashion.
configure.ac
data/Makefile.am
tests/Makefile.am
tests/test-server-utils/Makefile.am [new file with mode: 0644]
tests/test-server-utils/e-test-server-utils.c [new file with mode: 0644]
tests/test-server-utils/e-test-server-utils.h [new file with mode: 0644]
tests/test-server-utils/services/Makefile.am [new file with mode: 0644]
tests/test-server-utils/services/org.gnome.evolution.dataserver.AddressBook.service.in [new file with mode: 0644]
tests/test-server-utils/services/org.gnome.evolution.dataserver.Calendar.service.in [new file with mode: 0644]
tests/test-server-utils/services/org.gnome.evolution.dataserver.Sources.service.in [new file with mode: 0644]
tests/test-server-utils/test-fixture.c [new file with mode: 0644]