Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2009-12-10Split common/caps.py. We now have common/protocol/ to contain XMPP connection...Stephan Erb
2009-12-10Refactor internas of ConnectionCapsStephan Erb
2009-12-06Make tests run again.Stephan Erb
2009-11-18add a HTML message parsser testYann Leboulanger
2009-11-16Remove different dicts for tune, activity and mood and from now on only use t...Stephan Erb
2009-11-13Test body received in several partYann Leboulanger
2009-11-12Try to handle incomplete HTTP. See #5401. Please test.Stephan Erb
2009-11-12Remove caps which have not been seen for three months from the db.Stephan Erb
2009-11-11Split the 'account sensitive' parts of the Contacts class and move them to an...Stephan Erb
2009-11-10Make the GC_Contacts class 'account insensitive'. Instead, create an Account ...Stephan Erb
2009-11-10Remove superfluous clear_contacts methodStephan Erb
2009-11-09Push method to check if a specific ClientCaps supports a feature down to the ...Stephan Erb
2009-11-05Remove auto-generated smoketestsStephan Erb
2009-11-05Extract class: MetacontactManager from ContactsStephan Erb
2009-11-05Removed unused module 'meta.py'Stephan Erb
2009-11-05Missing bits of the last commit (add account parameter to contact constructor)Stephan Erb
2009-11-05Let contact instances know their corresponding account.Stephan Erb
2009-11-05Organize tests into unit and integration tests.Stephan Erb
2009-11-04Move Interface() god class from gajim.py to gui_interface.py.Stephan Erb
2009-10-31Rename CacheItem.update to CacheItem.set_and_store as this seems more intense...Stephan Erb
2009-10-31Move compute_caps_hash from helpers to caps module.Stephan Erb
2009-10-31Move CapsCache global from gajim.capscache to caps.capscache.Stephan Erb
2009-10-29Move common part of Contact and GC_Contact into a new CommonContact class.Stephan Erb
2009-10-28Swtich from old to new caps API.Stephan Erb
2009-10-27Redistribute responsibility: Let contact instances check if features are supp...Stephan Erb
2009-10-26Two small caps enhancements.Stephan Erb
2009-10-26Implement 'supports' on contact instances.Stephan Erb
2009-10-26Implement and test a supports_feature() method to directly test for supported...Stephan Erb
2009-10-26Write tests and fix the caps preload alternative on the EntityCapabilities.Stephan Erb
2009-10-25Improve common/caps.py test coverage.Stephan Erb
2009-10-24Remove unused imports.Stephan Erb
2009-10-08Work around failing testcases.Stephan Erb
2009-04-08test_sessions require gtkYann Leboulanger
2009-04-06re-enable tests on commit timeYann Leboulanger
2009-04-06fix typo in resolver testYann Leboulanger
2009-04-06fix xmpp transport tests. Fixes #4829Yann Leboulanger
2009-04-06fix dispatcher tests. Fixes #4830Yann Leboulanger
2009-04-06fix test_xmpp_client_nb test unitYann Leboulanger
2009-04-06fix Mock class: child of object class and fix realClass usageYann Leboulanger
2009-04-06fix function nameYann Leboulanger
2009-01-11Improve code coverage of our testsuites and do some refactoring.Stephan Erb
2008-12-24Remove duplicated coded in test_client_nb.pyStephan Erb
2008-12-24Comment some prints in xmpp_mocks.py. Should be merged with test/lib/mocks.pyStephan Erb
2008-12-24Small cleanups to test_nonblockingtcp.py without much value.Stephan Erb
2008-12-24Make test_resolver work again after IdleQueue move.Stephan Erb
2008-12-24Temporary disable regression tests on commit.Stephan Erb
2008-12-16merge BOSH branch to trunkYann Leboulanger
2008-12-04[thorstenp] remove some useless space at eolYann Leboulanger
2008-10-11[thorstenp] rename some var to not hide builts-in functions (list -> list_, ...)Yann Leboulanger
2008-10-11[thorstenp] use isinstance rather than type(x) == y. use sorted()Yann Leboulanger