summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)AuthorFilesLines
2011-09-30Merge branch 'gabble'Jonny Lamb17-7/+3890
2011-09-08Adjust namespaces so they start with org.freedesktopRob Staudinger2-15/+15
Signed-off-by: Rob Staudinger <robsta@linux.intel.com>
2011-09-07gabble/status: look at the roster for other services when ensuredJonny Lamb2-1/+139
If we ensure the status sidecar way into a connection, Gabble might already know about services, so the status needs to update its properties. Finally, now it can! I even added a test. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2011-09-07tests: add salut test for getting the sidecar late worksJonny Lamb2-0/+203
If a contact appears and displays that it has support for all these services, we should remember this when the Status sidecar appears later on in the CM process. This works fine in salut. It will not work yet in gabble. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2011-09-07gabble tests: copy over salut tests and make them passJonny Lamb7-20/+1210
These are all copies of the salut tests, but it's really not worth trying to make them work on both salut and gabble so here is some code duplication. Sorry. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2011-09-07yconstants: add the service nsJonny Lamb1-0/+1
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2011-09-07tests: add start of gabble test suiteJonny Lamb9-5/+2356
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2011-09-05saluttest: s/member-ids/contact-ids/Jonny Lamb1-1/+1
This was a typo in tp-glib, fixed in 6c133651 -- version 0.14.6. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2011-04-27caps-manager, status: don't bother checking for caps prefixesJonny Lamb2-5/+3
This was really confusing and wrong tbh. Just leave the namespace in everywhere. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2011-04-26caps-manager: keep a record of what clients expose which servicesJonny Lamb1-1/+74
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2011-04-26message.py: make test stricter given error type changesJonny Lamb1-2/+3
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2011-04-25caps-manager: create data forms out of nice HCTsJonny Lamb2-1/+127
And try and test it. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2011-04-25saluttest: add missing bits from gabbletestJonny Lamb1-0/+11
This should have appeared before, I missed it. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2011-04-20status: implement Service{Added,Removed} and DiscoveredServicesJonny Lamb3-1/+453
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2011-04-20caps_helper: copy newer version from gabble and everything it depends onJonny Lamb4-29/+469
We need data form support. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2011-04-19avahimock: make entry group indices more uniqueJonny Lamb1-1/+8
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2011-04-19twisted tests: add status.py to the listJonny Lamb1-1/+2
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2011-04-19status: test setting from multiple services but cleaning up at the right timeJonny Lamb1-1/+76
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2011-04-19status: clean up the hash table and remove rubbish if a status is unsetJonny Lamb1-2/+1
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2011-04-19status: implement DiscoveredStatusesJonny Lamb1-2/+30
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2011-04-18status: start listening to status changes and emit StatusChangedJonny Lamb1-10/+20
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2011-04-18status: implement more of AdvertiseStatusJonny Lamb4-1/+188
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2011-04-18twisted tests: fix typo in tools MakefileJonny Lamb1-1/+1
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2011-04-18twisted tests: purge salut-testing.log before running testsJonny Lamb1-0/+1
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2011-04-14twisted tests: check we have enough deps to run the twisted testsJonny Lamb1-1/+5
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2011-04-14message test: test invalid XML for RequestBodyJonny Lamb1-0/+3
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2011-04-14tests: add an exec-with-log script for running salut testsJonny Lamb4-4/+42
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2011-04-13message channel: add a testJonny Lamb2-1/+400
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2011-04-13twisted tests: add more files from salut to make Salut tests more featurefulJonny Lamb4-1/+715
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2011-04-13yconstants: add moreJonny Lamb1-0/+19
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2011-04-13twisted tests: extend the environment a littleJonny Lamb1-2/+3
So both MC and Salut tests run again, and to get a Salut backtrace. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2011-04-13saluttest: use reactor.crash instead of reactor.stopJonny Lamb1-1/+1
I'm not happy about this, but this is what gabbletest does. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2011-04-13saluttest: remove the NOC signal handler when finished withJonny Lamb1-4/+6
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2011-04-13tests: separate tests into salut/mission-control directoriesJonny Lamb3-2/+2
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2011-04-13tests: also test some parts of salutJonny Lamb13-18/+1796
Sorry for the megapatch. Most of this is just copied from salut. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2011-03-23Assign copyright to Intel for newly created modules.Stef Walter1-1/+1
2011-03-22Run twisted tests on 'make check'Stef Walter1-0/+2
2011-03-22Add ytstenut test.Stef Walter7-4/+119
Register local-ytstenut property and salut properly in test environment.
2011-03-22Twisted tests, initial build and running mission-control daemon.Stef Walter14-0/+3112
Copied from telepathy-mission-control