Commit 8f18e912 authored by Romain Courteaud's avatar Romain Courteaud

slapos_erp5: test: update related document count

parent 9faf2a58
......@@ -748,12 +748,13 @@ class TestSlapOSVirtualMasterScenario(TestSlapOSVirtualMasterScenarioMixin):
# 9 open sale order / line
# 2 assignment
# 4 simulation movement
# 4 sale packing list
# 2 sale trade condition
# 1 software installation
# 2 software instance
# 2 software product
# 4 subscription request
self.assertRelatedObjectCount(project, 37)
self.assertRelatedObjectCount(project, 41)
self.checkERP5StateBeforeExit()
......@@ -864,11 +865,14 @@ class TestSlapOSVirtualMasterScenario(TestSlapOSVirtualMasterScenarioMixin):
# 1 instance tree
# 6 open sale order / line
# 2 assignments
# 3 simulation movements
# 3 sale packing list / line
# 2 sale trade condition
# 1 software installation
# 2 software instance
# 1 software product
# 3 subscription request
self.assertRelatedObjectCount(project, 23)
self.assertRelatedObjectCount(project, 29)
self.checkERP5StateBeforeExit()
......
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