Commit 44ad3266 authored by Romain Courteaud's avatar Romain Courteaud

No need to commit documents.

parent 59a4f20e
# Copyright (c) 2002-2012 Nexedi SA and Contributors. All Rights Reserved. # Copyright (c) 2002-2012 Nexedi SA and Contributors. All Rights Reserved.
import transaction
from Products.SlapOS.tests.testSlapOSMixin import \ from Products.SlapOS.tests.testSlapOSMixin import \
testSlapOSMixin testSlapOSMixin
...@@ -24,6 +25,9 @@ class TestSlapOSCoreComputerUpdateFromDict(testSlapOSMixin): ...@@ -24,6 +25,9 @@ class TestSlapOSCoreComputerUpdateFromDict(testSlapOSMixin):
self.login() self.login()
def beforeTearDown(self):
transaction.abort()
############################################# #############################################
# Computer network information # Computer network information
############################################# #############################################
......
14 15
\ No newline at end of file \ No newline at end of file
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