On Thu, Apr 14, 2016 at 13:33:50 +0300, Nikolay Shirokovskiy wrote:
From: Eli Qiao <liyong.qiao(a)intel.com>
Signed-off-by: Eli Qiao <liyong.qiao(a)intel.com>
Signed-off-by: ShaoHe Feng <shaohe.feng(a)intel.com>
Signed-off-by: Nikolay Shirokovskiy <nshirokovskiy(a)virtuozzo.com>
---
tests/qemumonitorjsontest.c | 61 +++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 61 insertions(+)
ACK with the following trivial diff squashed in...
Jirka
diff --git i/tests/qemumonitorjsontest.c w/tests/qemumonitorjsontest.c
index ca15659..829de90 100644
--- i/tests/qemumonitorjsontest.c
+++ w/tests/qemumonitorjsontest.c
@@ -1622,7 +1622,7 @@ testQemuMonitorJSONqemuMonitorJSONGetMigrationCompression(const void
*data)
!compress.threads_set ||
!compress.dthreads_set) {
virReportError(VIR_ERR_INTERNAL_ERROR, "%s",
- "One of level, threads or dthreads set flags is not
set");
+ "One of level, threads or dthreads flags is not set");
return -1;
}