index
:
telepathy/telepathy-glib
call1
gdbus-prep3
master
next
telepathy-glib-0.10
telepathy-glib-0.12
telepathy-glib-0.14
telepathy-glib-0.16
telepathy-glib-0.18
telepathy-glib-0.20
telepathy-glib-0.22
telepathy-glib-0.24
telepathy-glib-0.6
telepathy-glib-0.8
Telepathy GLib bindings (mirrored from https://gitlab.freedesktop.org/telepathy/telepathy-glib)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Age
Commit message (
Expand
)
Author
Files
Lines
2010-07-01
tests.supp: test_object_new_static_class has been renamed to tp_tests_object_...
Guillaume Desmottes
1
-1
/
+1
2010-06-29
tp_tests_proxy_run_until_prepared_or_failed: don't leak the GAsyncResult
Simon McVittie
1
-1
/
+4
2010-06-29
contacts, contacts-slow-path tests: don't leak hash tables
Simon McVittie
2
-0
/
+6
2010-06-29
tests/dbus/account: remove duplicate #include
Simon McVittie
1
-1
/
+0
2010-06-29
TpTestsPropsGroupTextChannel: chain up correctly from finalize
Simon McVittie
1
-0
/
+2
2010-06-29
TpTestsPropsTextChannel: chain up correctly from finalize
Simon McVittie
1
-1
/
+1
2010-06-21
tp_base_client_set_handler_bypass_approval: only set the flag if needed
Guillaume Desmottes
1
-2
/
+2
2010-06-14
tests: make it easier to add to the TESTS_ENVIRONMENT
Simon McVittie
2
-2
/
+8
2010-06-14
test-account: test tp_account_get_detailed_error()
Simon McVittie
1
-0
/
+59
2010-06-08
Fix compilation error in tests/lib introduced in bafa0cc.
Eitan Isaacson
1
-1
/
+1
2010-06-08
add tp_channel_dispatch_operation_handle_with_time_{async,finish} (fdo #28241)
Guillaume Desmottes
1
-0
/
+30
2010-06-08
simple-cdo: implement HandleWithTime()
Guillaume Desmottes
1
-0
/
+11
2010-06-07
Merge branch 'trivia'
Simon McVittie
1
-2
/
+3
2010-06-07
Use G_STATIC_ASSERT instead of tp_verify()
Simon McVittie
1
-2
/
+3
2010-06-07
Merge branch 'master' into tp-tests
Simon McVittie
5
-73
/
+588
2010-06-07
Fix over-zealous use of sed
Simon McVittie
1
-1
/
+1
2010-06-07
Merge branch 'test-cleanup'
Simon McVittie
29
-792
/
+682
2010-06-04
Add the TpTests namespace to tests/lib/stub-object
Travis Reitter
5
-17
/
+23
2010-06-04
Add the TpTests namespace to tests/lib/simple-manager
Travis Reitter
2
-37
/
+38
2010-06-04
Add the TpTests namespace to tests/lib/simple-client
Travis Reitter
3
-39
/
+39
2010-06-04
Add the TpTests namespace to tests/lib/simple-channel-dispatch-operation
Travis Reitter
5
-83
/
+84
2010-06-04
Add the TpTests namespace to tests/lib/simple-account
Travis Reitter
7
-47
/
+47
2010-06-04
Add the TpTests namespace to tests/lib/simple-account-manager
Travis Reitter
3
-35
/
+36
2010-06-04
Add the TpTests namespace to tests/lib/params-cm
Travis Reitter
3
-104
/
+107
2010-06-04
Add the TpTests namespace to tests/lib/bug-19101-conn
Travis Reitter
3
-27
/
+27
2010-06-04
Add the TpTests namespace to tests/lib/textchan-group
Travis Reitter
4
-60
/
+63
2010-06-04
Add the TpTests namespace to tests/lib/textchan-null
Travis Reitter
9
-184
/
+186
2010-06-04
Add the TpTests namespace to tests/lib/contacts-conn
Travis Reitter
8
-230
/
+263
2010-06-04
Add the TpTests namespace to tests/lib/util
Travis Reitter
50
-248
/
+261
2010-06-04
Add the TpTests namespace to tests/lib/simple-conn
Travis Reitter
22
-103
/
+122
2010-06-04
Add the TpTests namespace to bug16307-conn
Travis Reitter
3
-46
/
+47
2010-06-03
Don't leak returned GList container
Xavier Claessens
1
-0
/
+4
2010-06-03
Make sure the GCancellable survive long enough for the idle callback
Xavier Claessens
1
-2
/
+1
2010-06-03
Avoid potential deadlock by cancelling RequestContactInfo in an idle callback
Xavier Claessens
1
-2
/
+3
2010-06-03
Add test to cancel request of contact info
Xavier Claessens
1
-1
/
+52
2010-06-03
Add unit test for RequestContactInfo
Xavier Claessens
3
-15
/
+79
2010-06-03
Make tp_connection_refresh_contact_info() fire-and-forget
Xavier Claessens
1
-1
/
+1
2010-06-03
Add unit tests for ContactInfo
Xavier Claessens
3
-69
/
+448
2010-06-02
SimpleConnection: reduce simulation delay to zero
Simon McVittie
1
-4
/
+4
2010-06-02
test-finalized-in-invalidated-handler: eliminate race condition
Simon McVittie
1
-1
/
+11
2010-06-01
Remove test_connection_run_until_ready
Simon McVittie
2
-26
/
+0
2010-06-01
Use test_proxy_run_until_prepared instead of test_connection_run_until_ready
Simon McVittie
3
-3
/
+6
2010-06-01
Remove test_connection_manager_run_until_ready
Simon McVittie
2
-80
/
+0
2010-06-01
Use test_proxy_run_until_prepared instead of test_connection_manager_run_unti...
Simon McVittie
5
-7
/
+7
2010-06-01
Remove test_connection_run_until_dbus_queue_processed
Simon McVittie
1
-3
/
+0
2010-06-01
Replace test_connection_run_until_dbus_queue_processed with test_proxy_run_un...
Simon McVittie
10
-56
/
+56
2010-06-01
Remove MYASSERT_SAME_UINT
Simon McVittie
1
-3
/
+0
2010-06-01
Replace remaining uses of MYASSERT_SAME_UINT with g_assert_cmpuint
Simon McVittie
7
-74
/
+79
2010-06-01
Replace simple uses of MYASSERT_SAME_UINT with g_assert_cmpuint
Simon McVittie
11
-76
/
+76
2010-06-01
Remove MYASSERT_SAME_STRING
Simon McVittie
1
-3
/
+0
[next]