提交 21498975 编写于 作者: P Peter Krempa

tests: qemublock: Rename variables in anticipation of new tests

New tests will add new data structures so rename the 'data' structure.
Signed-off-by: NPeter Krempa <pkrempa@redhat.com>
Reviewed-by: NJohn Ferlan <jferlan@redhat.com>
上级 e17193ac
...@@ -117,15 +117,16 @@ static int ...@@ -117,15 +117,16 @@ static int
mymain(void) mymain(void)
{ {
int ret = 0; int ret = 0;
struct testBackingXMLjsonXMLdata data; struct testBackingXMLjsonXMLdata xmljsonxmldata;
virTestCounterReset("qemu storage source xml->json->xml "); virTestCounterReset("qemu storage source xml->json->xml ");
#define TEST_JSON_FORMAT(tpe, xmlstr) \ #define TEST_JSON_FORMAT(tpe, xmlstr) \
do { \ do { \
data.type = tpe; \ xmljsonxmldata.type = tpe; \
data.xml = xmlstr; \ xmljsonxmldata.xml = xmlstr; \
if (virTestRun(virTestCounterNext(), testBackingXMLjsonXML, &data) < 0) \ if (virTestRun(virTestCounterNext(), testBackingXMLjsonXML, \
&xmljsonxmldata) < 0) \
ret = -1; \ ret = -1; \
} while (0) } while (0)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册