summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2010-04-14vcard/refresh-contact-info.py: Added test for RefreshContactInfo.Andre Moreira Magalhaes (andrunko)2-0/+63
2010-04-14vcard/get-contact-info.py: GetContactInfo should always read from cache. Use ...Andre Moreira Magalhaes (andrunko)1-2/+2
2010-04-14Merge remote branch 'smcv/contact-info' into contact-infoAndre Moreira Magalhaes (andrunko)8-10/+582
2010-04-08Correctly get test bus conf. from builddirWill Thompson1-1/+1
2010-04-06Make all checks run in a dbus session (some require it)Sjoerd Simons1-1/+6
2010-04-06Also ignore ipv6 related errors when accepting a fileSjoerd Simons1-2/+13
2010-04-06Implement synchronous lookup_by_name methodSjoerd Simons1-6/+31
2010-04-06Ignore errors if we can't listen on ipv6Sjoerd Simons4-7/+18
2010-03-26Test presence without caps doesn't remove capsWill Thompson1-2/+18
2010-03-25Merge branch '09-portability'Simon McVittie8-32/+70
2010-03-25Tweak comments as per wjt's reviewSimon McVittie2-2/+3
2010-03-18Merge branch 'contact-info' into masterSimon McVittie8-10/+582
2010-03-03Correct typos detected by Lintian (separate, received)Simon McVittie1-4/+4
2010-03-03replace the use of __dbus_object_path__ by the object_path propertyYouness Alaoui1-8/+8
2010-03-03fix unit test by waiting for NewChannels signalsYouness Alaoui1-6/+28
2010-03-03Echo one's presence to be more like a real xmpp serverYouness Alaoui1-4/+5
2010-03-03Add a comment to explain why we don't add observers when num_instances == 1Youness Alaoui1-0/+3
2010-03-03Add the dbus signal handler in test-nonblocking-tls since it doesn't call exe...Youness Alaoui1-0/+18
2010-03-03Move the bus.add_signal_receiver from make_connection to exec_testYouness Alaoui2-29/+28
2010-03-03location: implement the 'accuracy' keyGuillaume Desmottes1-1/+6
2010-03-01Improve ContactInfo test coverageSimon McVittie2-1/+27
2010-03-01Test some unrecognised vCard type-parametersSimon McVittie1-0/+20
2010-03-01gabble_connection_set_contact_info: fail on unrecognised type-parametersSimon McVittie1-7/+4
2010-03-01vcard/set-contact-info: check various invalid inputsSimon McVittie1-3/+43
2010-03-01Add a regression test for ContactInfo.SupportedFieldsSimon McVittie3-0/+106
2010-03-01Name the ContactInfo tests without a test- prefix, which annoys tab-completio...Simon McVittie3-2/+2
2010-02-25Merge branch 'unit-tests'Youness Alaoui3-92/+175
2010-02-25fix style, clearer codeYouness Alaoui1-2/+3
2010-02-25vcard/test-set-contact-info.py: enhance to cover ContactInfoChangedSimon McVittie1-18/+48
2010-02-25Merge branch 'email-notification'Nicolas Dufresne6-3/+367
2010-02-25Use a jid suffix instead of idx and check for i == 0 in only one placeYouness Alaoui1-12/+11
2010-02-25Create a StreamFactory to replace the PresenceDispatcherYouness Alaoui1-97/+78
2010-02-25Test MailNotification.MailAddress propertyNicolas Dufresne1-0/+7
2010-02-25Test the value returned by MailNotification.RequestMailUrlNicolas Dufresne1-5/+18
2010-02-25Renamed test-mail-notification.py into mail-notification.pyNicolas Dufresne2-1/+1
2010-02-25Fixed mail-notification test for new specNicolas Dufresne1-15/+16
2010-02-25Use cs.NOT_IMPLEMENTED instead of custom stringNicolas Dufresne1-6/+4
2010-02-25Fixed various typos in mail-notifiaction testNicolas Dufresne1-13/+13
2010-02-25Fix python coding style in mail-notifiation testNicolas Dufresne1-4/+4
2010-02-25Removed trailing white space introduce by mail notificationNicolas Dufresne2-13/+13
2010-02-25After a SetContactInfo, fix a missing nickname if necessarySimon McVittie1-2/+6
2010-02-25SetAliases: When connected to GTalk, set the FN instead of the NICKNAMESimon McVittie1-5/+8
2010-02-25vcard/overlapping-sets.py: check that SetAvatar([], '') deletes the <PHOTO/> ...Simon McVittie1-0/+26
2010-02-25vcard/test-set-contact-info.py: exercise ORGs with 0 and 2 ORGUNITsSimon McVittie1-14/+13
2010-02-25vcard/test-contact-info.py: assert that <ORG> can be unserializedSimon McVittie1-3/+14
2010-02-25Test that vCard LABELs are serialized correctlySimon McVittie1-0/+14
2010-02-25vcard/test-set-contact-info.py: expect SetContactInfo([]) to clear the vCardSimon McVittie1-0/+25
2010-02-24vcard/test-contact-info.py: parse a vCard with a <LABEL/>Simon McVittie1-1/+10
2010-02-23Add the proper dispatching of the unavailable presence whenever a client disc...Youness Alaoui1-0/+25
2010-02-23Need to reset the presence dispatcher's state whenever we start a new testYouness Alaoui1-0/+9