summaryrefslogtreecommitdiff
path: root/qt4/tests/dbus/chan-basics.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-09-23chan-basics test: Properly check the error when groupAddContacts fails.Andre Moreira Magalhaes (andrunko)1-2/+4
2011-09-23chan-basics test: Properly check the error when becomeReady in a invalid chan...Andre Moreira Magalhaes (andrunko)1-2/+4
2011-09-23chan-basics/group tests: Add more tests for Channel::groupAddContacts().Andre Moreira Magalhaes (andrunko)1-0/+6
2011-09-23chan-basics test: Test Channel fallback code for GetHandle/ChannelType/Interf...Andre Moreira Magalhaes (andrunko)1-0/+37
2011-09-23chan-basics test: Add tests for Channel::channelType().Andre Moreira Magalhaes (andrunko)1-0/+12
2011-09-23chan-basics test: Check that the channel is correctly invalid when creating a...Andre Moreira Magalhaes (andrunko)1-0/+19
2011-09-23chan-basics test: Test redundant calls to Channel::requestClose().Andre Moreira Magalhaes (andrunko)1-0/+7
2011-06-09chan-basics test: Use TEST_VERIFY_OPAndre Moreira Magalhaes (andrunko)1-19/+1
2011-06-09chan-basics test: Use TestConnHelper::create/ensureChannel()Andre Moreira Magalhaes (andrunko)1-83/+8
2011-06-09chan-basics test: Use TestConnHelper.Andre Moreira Magalhaes (andrunko)1-115/+20
2011-04-23Add Channel::targetContact()Olli Salli1-0/+4
2011-04-23Channel: Add targetId() accessorOlli Salli1-0/+1
2010-12-19TestChanBasics: Test that the Channel invalidates itself with a reasonable errorOlli Salli1-3/+11
2010-12-19Make TestChanBasics less ridiculousOlli Salli1-55/+54
2010-11-15Move request(Dis)Connect to ConnectionLowlevelOlli Salli1-2/+2
2010-11-15Move the handle request/reference API to ConnectionLowlevelOlli Salli1-1/+1
2010-11-15Move Connection::{create,ensure}Channel to ConnectionLowlevelOlli Salli1-2/+5
2010-11-10Connection: Remove Connection::Status.Andre Moreira Magalhaes (andrunko)1-11/+11
2010-11-08Connection: Removed optional interface convenience methods.Andre Moreira Magalhaes (andrunko)1-2/+0
2010-10-11Don't make connection.h depend on ChannelFactory and ContactFactoryOlli Salli1-0/+2
2010-10-08Make all tests use the non-deprecated Connection::create methods that takes f...Andre Moreira Magalhaes (andrunko)1-1/+3
2010-09-01Fix build with glib >= 2.25Xavier Claessens1-2/+2
2010-08-20Always use NULL instead of 0 in vararg listsOlli Salli1-1/+1
2010-06-29tests: Merge tests/example CMs from latest tp-glib and update tests accordingly.Andre Moreira Magalhaes (andrunko)1-2/+2
2010-03-17Added support to QT_NO_CAST_FROM_ASCII.Andre Moreira Magalhaes (andrunko)1-11/+13
2010-02-26Reorganize tests library directory structure.Andre Moreira Magalhaes (andrunko)1-1/+1
2009-11-10Connection: Changed status/statusReason/statusChanged to use enums Tp::Connec...Andre Moreira Magalhaes (andrunko)1-7/+8
2009-09-11Explicitly use uint for TargetHandleType.Andre Moreira Magalhaes (andrunko)1-2/+2
2009-04-13Renamed Telepathy namespace to Tp.Andre Moreira Magalhaes (andrunko)1-26/+26
2009-04-13Renamed high-level classes namespace from Telepathy::Client to Telepathy.Andre Moreira Magalhaes (andrunko)1-23/+23
2009-04-13Get rid of Client dir.Andre Moreira Magalhaes (andrunko)1-6/+6
2009-04-07shared-ptr: Changed SharedPtr(T*) to be a templated constructor.Andre Moreira Magalhaes (andrunko)1-1/+1
2009-03-31Connection: Make constructor protected and added public create method that re...Andre Moreira Magalhaes (andrunko)1-9/+6
2009-03-18tests: Use ContactPtr typedef.Andre Moreira Magalhaes (andrunko)1-2/+2
2009-03-18PendingChannel: Return ChannelPtr on channel() method.Andre Moreira Magalhaes (andrunko)1-3/+3
2009-03-09Channel/TextChannel: Use Readiness helper class.Andre Moreira Magalhaes (andrunko)1-1/+0
2009-03-09Tests: Fixed build.Andre Moreira Magalhaes (andrunko)1-1/+1
2009-03-03chan-basics test: don't assume that IDs will be in a particular order.Andre Moreira Magalhaes (andrunko)1-4/+8
2009-02-19Fixed tests to work with Connection changes.Andre Moreira Magalhaes (andrunko)1-3/+4
2009-02-17tp-glib tests: initialize dbus-glibSimon McVittie1-0/+1
2009-02-15Merge branch 'trivia-readiness' of git://git.collabora.co.uk/git/user/andrunk...Olli Salli1-0/+2
2009-02-13Fixed tests to work with new PendingReady stuff.Andre Moreira Magalhaes (andrunko)1-0/+2
2009-02-13Channel: Make PendingChannel return a QSharedPointer<Channel> instead of Chan...Andre Moreira Magalhaes (andrunko)1-5/+3
2009-02-09Channel: Changed requested to isRequested.Andre Moreira Magalhaes (andrunko)1-2/+2
2009-02-09Channel: Added test for fake group interface.Andre Moreira Magalhaes (andrunko)1-0/+22
2009-02-09Channel: Proper check for initiatorContact()->id().Andre Moreira Magalhaes (andrunko)1-2/+2
2009-02-09Channel: Added initiatorContact tests.Andre Moreira Magalhaes (andrunko)1-0/+2
2009-02-09Channel: Add tests for requested getter.Andre Moreira Magalhaes (andrunko)1-0/+2
2009-02-05Channel: Removed isClosed/closed in favor of invalidate.Andre Moreira Magalhaes (andrunko)1-1/+1
2009-02-05Channel: Added test for requestClose/isClosed.Andre Moreira Magalhaes (andrunko)1-0/+6