summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * When a ServiceBrowser is created, emit ItemNew for every entryTomeu Vizoso2010-10-201-2/+16
| | * Refactor the state and logic into avahimock.ModelTomeu Vizoso2010-10-191-91/+129
| | * Implement some o.f.Avahi.*.Free methodsTomeu Vizoso2010-10-191-0/+16
| | * Also emit ServiceResolver.Found when a record is updatedTomeu Vizoso2010-10-191-13/+27
| | * Implement o.f.Avahi.Server.ServiceResolverNew and emitTomeu Vizoso2010-10-191-9/+88
| | * Implement emitting StateChanged in terms of SignalMessageTomeu Vizoso2010-10-151-6/+10
| | * Implement o.f.Avahi.Server.ServiceBrowserNewTomeu Vizoso2010-10-151-3/+20
| | * Make entry group's object paths uniqueTomeu Vizoso2010-10-151-3/+4
| | * Emit o.f.A.EntryGroup.StateChangedTomeu Vizoso2010-10-151-5/+18
| | * Preserve existing PYTHONPATH when running testsTomeu Vizoso2010-10-151-1/+1
| | * Implement o.f.A.EntryGroup.GetStateTomeu Vizoso2010-10-141-0/+12
| | * Return expected values in o.f.Avahi.Server.GetAPIVersion and GetStateTomeu Vizoso2010-10-141-2/+2
| | * Set DBUS_SYSTEM_BUS_ADDRESS before launching the CM processTomeu Vizoso2010-10-141-0/+3
| | * Implement o.f.Avahi.EntryGroup.AddService and CommitTomeu Vizoso2010-10-131-0/+13
| | * Implement o.f.Avahi.Server.GetHostNameFqdn and GetDomainNameTomeu Vizoso2010-10-131-2/+2