mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-25 23:25:24 +00:00
tests: rename testStripIPv6BracketsData to testStripData
For reuse with other Strip* functions.
(cherry picked from commit e892842dfd
)
This commit is contained in:
parent
417a32631d
commit
0a09130d34
@ -522,14 +522,14 @@ testVirStringFreeListCount(const void *opaque ATTRIBUTE_UNUSED)
|
||||
}
|
||||
|
||||
|
||||
struct testStripIPv6BracketsData {
|
||||
struct testStripData {
|
||||
const char *string;
|
||||
const char *result;
|
||||
};
|
||||
|
||||
static int testStripIPv6Brackets(const void *args)
|
||||
{
|
||||
const struct testStripIPv6BracketsData *data = args;
|
||||
const struct testStripData *data = args;
|
||||
int ret = -1;
|
||||
char *res = NULL;
|
||||
|
||||
@ -766,7 +766,7 @@ mymain(void)
|
||||
|
||||
#define TEST_STRIP_IPV6_BRACKETS(str, res) \
|
||||
do { \
|
||||
struct testStripIPv6BracketsData stripData = { \
|
||||
struct testStripData stripData = { \
|
||||
.string = str, \
|
||||
.result = res, \
|
||||
}; \
|
||||
|
Loading…
Reference in New Issue
Block a user