On Wed, Oct 09, 2013 at 01:19:42PM +0800, Fam Zheng wrote: > diff --git a/tests/qemu-iotests/040 b/tests/qemu-iotests/040 > index aad535a..902df0d 100755 > --- a/tests/qemu-iotests/040 > +++ b/tests/qemu-iotests/040 > @@ -63,6 +63,28 @@ class ImageCommitTestCase(iotests.QMPTestCase): > i = i + 512 > file.close() > > + def run_commit_test(self, top, base, is_active=False):
is_active is unused and can be dropped.