The following commit has been merged in the master branch:
commit 02b48efd59416b79a51e9a08ef576df6110f4f8a
Author: Guillem Jover <[email protected]>
Date: Fri Sep 16 19:46:37 2011 +0200
libdpkg: Unify test_varbuf_add function naming
diff --git a/lib/dpkg/test/t-varbuf.c b/lib/dpkg/test/t-varbuf.c
index 6602446..0eb22bd 100644
--- a/lib/dpkg/test/t-varbuf.c
+++ b/lib/dpkg/test/t-varbuf.c
@@ -113,7 +113,7 @@ test_varbuf_trunc(void)
}
static void
-test_varbuf_addbuf(void)
+test_varbuf_add_buf(void)
{
struct varbuf vb;
@@ -133,7 +133,7 @@ test_varbuf_addbuf(void)
}
static void
-test_varbuf_addc(void)
+test_varbuf_add_char(void)
{
struct varbuf vb;
@@ -272,8 +272,8 @@ test(void)
test_varbuf_prealloc();
test_varbuf_grow();
test_varbuf_trunc();
- test_varbuf_addbuf();
- test_varbuf_addc();
+ test_varbuf_add_buf();
+ test_varbuf_add_char();
test_varbuf_dup_char();
test_varbuf_map_char();
test_varbuf_printf();
--
dpkg's main repository
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]