gvdb test: Use g_string_append()
commit17b92bd5d525db12b4e5f3b67374f34172275fd5
authorRyan Lortie <desrt@desrt.ca>
Sat, 7 Jul 2012 01:39:45 +0000 (6 21:39 -0400)
committerRyan Lortie <desrt@desrt.ca>
Sat, 7 Jul 2012 01:39:45 +0000 (6 21:39 -0400)
treec32bf63b45eb32f3e41ceeb502bfe794d43ebd2b
parent1d87596ddadd21581304aa4ba834c3b3e4eccac9
gvdb test: Use g_string_append()

Using g_string_append_c() causes GLib headers to appear in the test
coverage results (since it's an inline function).  Avoid that.

It's probably possible to do this in a more clever way but this works
for now.
tests/gvdb.c