Commit 613f7d97 authored by Aurel's avatar Aurel

oups forget to change run_all_test variable


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17751 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent bba681f1
......@@ -36,7 +36,7 @@ class TestInventoryModule(TestOrderMixin, ERP5TypeTestCase):
"""
Test inventory module
"""
run_all_test = 0
run_all_test = 1
inventory_portal_type = 'Inventory'
inventory_line_portal_type = 'Inventory Line'
inventory_cell_portal_type = 'Inventory Cell'
......@@ -207,7 +207,7 @@ class TestInventoryModule(TestOrderMixin, ERP5TypeTestCase):
self.assertEquals(self.default_quantity,quantity)
def test_01_NotVariatedInventory(self, quiet=0, run=1): #run_all_test):
def test_01_NotVariatedInventory(self, quiet=0, run=run_all_test):
"""
We will create an inventory with the default quantity for
a particular resource. Then we will check if the is correct.
......
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