Remove test case average timing

The test case average timing code has not been used by any test
case ever. Delete it to remove complexity.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
This commit is contained in:
Daniel P. Berrange
2013-09-20 19:13:35 +01:00
parent 40911b66d4
commit eee6eb666c
71 changed files with 206 additions and 246 deletions

View File

@@ -223,7 +223,7 @@ mymain(void)
VIR_DEBUG("Initial config [%s]", filedata);
for (i = 0; params[i] != 0; i++) {
const struct testCorruptData data = { params, filedata, filename, i };
if (virtTestRun("Test corruption", 1, testCorrupt, &data) < 0)
if (virtTestRun("Test corruption", testCorrupt, &data) < 0)
ret = -1;
}