Matthias Clasen
12e47411c3
Improve string test coverage
2010-07-31 00:56:11 -04:00
Matthias Clasen
dd25bdeff1
Improve byte array test coverage
2010-07-31 00:55:57 -04:00
Matthias Clasen
8246bf4bde
Improve gdbus test coverage
2010-07-31 00:13:02 -04:00
Matthias Clasen
116b945c94
Fix a typo
...
Its credentials, not crendentials
2010-07-30 23:44:30 -04:00
Matthias Clasen
eb3e926b09
Fix an off-by-one error
2010-07-30 19:53:29 -04:00
Matthias Clasen
5033be80d1
Add a test for g_dbus_proxy_get_cached_property_names
2010-07-30 19:51:22 -04:00
Matthias Clasen
5f89498f07
improve printf tests coverage
2010-07-30 19:51:21 -04:00
Matthias Clasen
9100828185
Improve option context test coverage
2010-07-30 19:51:21 -04:00
Matthias Clasen
027905c27a
Improve array test coverage
2010-07-30 19:51:21 -04:00
Matthias Clasen
03be0d7237
Move markup parse tests to the test framework
2010-07-30 19:51:21 -04:00
Matthias Clasen
aa196c60df
Improve coverage of buffered output stream tests
2010-07-30 19:51:21 -04:00
Matthias Clasen
ffa938fc65
Improve coverage of credentials tests
2010-07-30 19:51:21 -04:00
Matthias Clasen
670528c187
Improve coverage of converter stream tests
2010-07-30 19:51:21 -04:00
Matthias Clasen
9794a648a9
Improve coverage of memory stream tests
2010-07-30 19:51:21 -04:00
Matthias Clasen
620582e59c
Remove redundant include
2010-07-30 19:51:20 -04:00
Matthias Clasen
17d4898d75
Improve coverage of icon tests
2010-07-30 19:51:20 -04:00
Matthias Clasen
7710c50fb2
Improve coverage of application tests
2010-07-30 19:51:20 -04:00
Matthias Clasen
758c3216cd
Improve coverage of stream tests
2010-07-30 19:51:20 -04:00
Matthias Clasen
c6b0507167
Reenable unix-streams test
2010-07-30 19:51:20 -04:00
Matthias Clasen
04c7abba11
Work around deadlock in unix-streams test
2010-07-30 19:51:20 -04:00
Matthias Clasen
b463b2ea25
Add tests about file associations
2010-07-30 19:51:20 -04:00
Matthias Clasen
60932b2f3d
Improve regex test coverage
2010-07-30 19:51:20 -04:00
Matthias Clasen
154880b2ad
Remove duplicate utf8 strreverse test
...
Also add some tests for find next/prev char.
2010-07-30 19:51:19 -04:00
Matthias Clasen
0e48b7ea7c
Improve strfuncs test coverage a bit
2010-07-30 19:51:19 -04:00
Matthias Clasen
c617e94cf1
Improve option context test coverage a bit
2010-07-30 19:51:19 -04:00
Matthias Clasen
c4dd9fa41b
Move markup collect tests to the test framework
2010-07-30 19:51:19 -04:00
Matthias Clasen
13ac9f94fd
Add some more GFile tests
2010-07-30 19:51:19 -04:00
Matthias Clasen
8263d691cb
Improve compressor test coverage a bit
2010-07-30 19:51:19 -04:00
Matthias Clasen
b77a19f238
Test g_settings_list_schemas
2010-07-30 19:51:19 -04:00
Matthias Clasen
b4ed2af52f
Improve GNode test coverage a bit
2010-07-30 19:51:19 -04:00
Matthias Clasen
568eeeafe1
Add some logging tests
2010-07-30 19:51:18 -04:00
Matthias Clasen
2b113e4a9a
Silence log handler tests
2010-07-30 19:51:18 -04:00
Matthias Clasen
b91cde6140
Improve tree test coverage
2010-07-30 19:51:18 -04:00
Matthias Clasen
c972d4df64
Move markup escape tests to test framework
2010-07-30 19:51:18 -04:00
Matthias Clasen
a804e22ed0
More pattern tests
2010-07-30 19:51:18 -04:00
Matthias Clasen
d3f0031361
Add tests for g_utf8_strreverse
2010-07-30 19:51:18 -04:00
Matthias Clasen
caa9453b72
Fix a warning
2010-07-30 19:51:18 -04:00
Matthias Clasen
d0750c9d6e
Don't leak in converter test
2010-07-30 19:51:18 -04:00
Matthias Clasen
63bdeb0dab
Fix an icon test
2010-07-30 19:51:17 -04:00
Matthias Clasen
a8f83ea834
Add tests for GNetworkAddress
2010-07-30 19:51:17 -04:00
Matthias Clasen
e103b93694
Drop an unneeded if
2010-07-30 19:51:17 -04:00
Matthias Clasen
9d93dc5554
Remove some unused pcre code
2010-07-30 19:51:17 -04:00
Matthias Clasen
9fc3c980cc
Add some volume monitor tests
...
Although not much of this is easily testable.
2010-07-30 19:51:17 -04:00
Matthias Clasen
e5a72ae3c4
Move queue tests to the test framework
2010-07-30 19:51:17 -04:00
David Zeuthen
dbf230991b
Bug 625628 – GDBusProxy: wrong property name sorting
...
https://bugzilla.gnome.org/show_bug.cgi?id=625628
Signed-off-by: David Zeuthen <davidz@redhat.com>
2010-07-30 16:34:13 -04:00
David Zeuthen
aefc6df6bb
Fix gschema-compile test
...
This was broken by commit 1b5b87bfa0
Signed-off-by: David Zeuthen <davidz@redhat.com>
2010-07-30 16:30:34 -04:00
David Zeuthen
d2d97a214d
Bug 625584 – Crashes application on unref with signal subscription
...
Don't do too much work in the finalizer - in particular, there's no
need to send RemoveMatch() messages to the bus daemon since we're
going to sever the connection and the bus will garbage collect
anyway. In this case it crashed the process.
Also add a test case that checks that the appropriate GDestroyNotify
callbacks are called when unreffing a connection with either 1)
exported objects; 2) signal subscriptions or 3) filter functions
.. yes, ideally apps would unregister such callbacks before giving up
their ref but that's not how things work :-)
Signed-off-by: David Zeuthen <davidz@redhat.com>
2010-07-30 16:06:18 -04:00
Ryan Lortie
1b5b87bfa0
GSettings: Mark some strings for cat translation
...
<vuntz> *miaou*
2010-07-30 21:13:05 +02:00
David Zeuthen
14f17c1388
GDBusConnection: Fix up debug output when completing calls
...
Signed-off-by: David Zeuthen <davidz@redhat.com>
2010-07-30 11:40:00 -04:00
David Zeuthen
173977a701
GCredentials: use effective uid/gid
...
Otherwise e.g. setuid root processes can't connect to the system
bus. This was discovered when porting PolicyKit's pkexec(1) command to
a PolicyKit library using GDBus.
Signed-off-by: David Zeuthen <davidz@redhat.com>
2010-07-30 11:26:43 -04:00