Commit 59d43eb0 authored by Romain Courteaud's avatar Romain Courteaud

slap library now returns all partitions.

See 0226c889
parent 317d5c8e
......@@ -2443,7 +2443,7 @@ class TestVifibSlapWebServiceMixin(testVifibMixin):
uid=computer_uid)[0].getObject()
computer_partition_amount = len([x for x in \
erp5_computer.contentValues(portal_type="Computer Partition") \
if x.getSlapState() == "busy"])
])
self.slap = slap.slap()
self.slap.initializeConnection(self.server_url, timeout=None)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment