Change in vdsm[master]: Remove redundant parameter that breaks resourceManager test

ykaplan at redhat.com ykaplan at redhat.com
Wed Apr 10 08:18:47 UTC 2013


Yeela Kaplan has uploaded a new change for review.

Change subject: Remove redundant parameter that breaks resourceManager test
......................................................................

Remove redundant parameter that breaks resourceManager test

Change-Id: I50f392061379832e625162750d3df547444b928a
Signed-off-by: Yeela Kaplan <ykaplan at redhat.com>
---
M tests/resourceManagerTests.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/77/13777/1

diff --git a/tests/resourceManagerTests.py b/tests/resourceManagerTests.py
index 3dbd8a2..be451d4 100644
--- a/tests/resourceManagerTests.py
+++ b/tests/resourceManagerTests.py
@@ -80,7 +80,7 @@
         s = StringIO("%s:%s" % (name, lockType))
         s.seek(0)
 
-        def close(self, lockType):
+        def close(self):
             raise Exception("I NEVER CLOSE!!!")
 
         s.close = types.MethodType(close, s, StringIO)


--
To view, visit http://gerrit.ovirt.org/13777
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I50f392061379832e625162750d3df547444b928a
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Yeela Kaplan <ykaplan at redhat.com>


More information about the vdsm-patches mailing list