summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* ContactInfo: implement 'n' for contactsWill Thompson2011-08-161-1/+20
* ContactInfo: list plausible supported fieldsWill Thompson2011-08-162-1/+9
* Add a stub implementation of ContactInfoWill Thompson2011-08-161-0/+14
* avahi/aliases.py: modernize a littleWill Thompson2011-08-161-5/+5
* tests: ensure OLPC tests are included in releasesJonny Lamb2011-07-251-0/+1
* tests: look for 'contact-ids' in MembersChangedDetailedWill Thompson2011-07-071-1/+8
* gibber ibb bytestream: removeJonny Lamb2011-05-091-1/+1
* avahimock: use an actually unique index for new objects on the busJonny Lamb2011-05-031-6/+10
* avahitest: catch a specific exceptionJonny Lamb2011-05-021-1/+1
* avahimock: don't emit Found on ipv6 addresses if ipv6 is not availableJonny Lamb2011-05-022-4/+5
* avahitest: replace ipv6 one which doesn't touch avahiJonny Lamb2011-05-022-13/+11
* file_transfer_helper: use a predicate to find the FT channelJonny Lamb2011-04-281-1/+4
* twisted tests: get rid of annoying test- prefixJonny Lamb2011-04-2846-49/+49
* tests: fix linking problemsJonny Lamb2011-04-281-6/+4
* twisted tests: include avahitest and avahimock in EXTRA_DISTJonny Lamb2011-04-281-0/+2
* src: remove annoying salut- prefixJonny Lamb2011-04-284-5/+5
* servicetest: update to newest version from gabbleJonny Lamb2011-04-282-23/+55
* twisted tests: update caps_helper and ns from gabbleJonny Lamb2011-04-285-41/+404
* saluttest: add elem* and related functions from gabbletestJonny Lamb2011-04-281-0/+104
* saluttest: remove the NOC signal handler when finished withJonny Lamb2011-04-281-4/+6
* saluttest: use reactor.crash instead of .stopJonny Lamb2011-04-281-1/+1
* exec-with-log.sh.in: set G_SLICE=debug-blocksJonny Lamb2011-04-081-0/+1
* exec-with-log.sh.in: just append to salut-testing.logJonny Lamb2011-04-082-2/+2
* exec-with-log.sh.in: copy SALUT_TEST_BACKTRACE from gabbleJonny Lamb2011-04-083-1/+7
* tests: only run the test suite on real avahi if SALUT_TEST_REAL_AVAHI=1Jonny Lamb2011-04-065-4/+21
* avahimock: don't bother resolving hostnames; it's only going to be localhsotJonny Lamb2011-04-061-9/+2
* avahimock: don't use magic numbers for AvahiServerState enumJonny Lamb2011-04-061-3/+9
* avahimock: hard-code GetHostName and GetHostNameFqdn return valuesJonny Lamb2011-04-061-2/+2
* avahimock: use a constant for the domain nameJonny Lamb2011-04-061-6/+4
* avahimock: use a little better error stringJonny Lamb2011-04-061-1/+1
* avahimock: return a hard-coded domain nameJonny Lamb2011-04-061-5/+1
* tests: remove Avahi service fileJonny Lamb2011-04-061-3/+0
* saluttest: use the whole test path like in gabbleJonny Lamb2011-04-061-1/+2
* Merge remote branch 'smcv/mock-avahi'Jonny Lamb2011-04-059-4/+478
|\
| * Merge branch 'mock-avahi-3' into mock-avahi-4Tomeu Vizoso2010-11-059-4/+478
| |\
| | * Only emit ServiceResolver.Found signals that match the protocolTomeu Vizoso2010-11-041-10/+17
| | * Get the event for the expected protocolTomeu Vizoso2010-11-041-1/+2
| | * Announce for both ipv4 and ipv6 those entries created with AVAHI_PROTO_UNSPECTomeu Vizoso2010-10-251-28/+36
| | * Resolve to ipv6 addressesTomeu Vizoso2010-10-251-3/+16
| | * Add a .service file for the mock avahi serviceTomeu Vizoso2010-10-251-0/+3
| | * Allow multiple removals of the same entryTomeu Vizoso2010-10-221-2/+2
| | * Implement EntryGroup.AddRecordTomeu Vizoso2010-10-201-4/+27
| | * Remove superfluous timeout_add to speed up testsTomeu Vizoso2010-10-201-1/+1
| | * Remove ServiceBrowser and ServiceResolver when their client disappearsTomeu Vizoso2010-10-201-1/+16
| | * Free entry groups when its client disappearsTomeu Vizoso2010-10-201-2/+16
| | * Preserve original exception in testTomeu Vizoso2010-10-201-1/+2
| | * Emit ServiceBrowser.ItemRemove when an EntryGroup is freedTomeu Vizoso2010-10-201-1/+21
| | * Remove unimplemented methods because of clutterTomeu Vizoso2010-10-201-81/+0
| | * Properly get the local hostname and domainTomeu Vizoso2010-10-201-12/+31
| | * Don't overwrite host and port if they didn't changeTomeu Vizoso2010-10-201-2/+8