diff --git a/bt5/erp5_computer_immobilisation/TestTemplateItem/testERP5ComputerWithComputerModel.py b/bt5/erp5_computer_immobilisation/TestTemplateItem/testERP5ComputerWithComputerModel.py index f4b89c9d00df591c27e567d57f1b2db5129c3a13..fb3c48a86a7414d502e094ca6c646edf50775524 100644 --- a/bt5/erp5_computer_immobilisation/TestTemplateItem/testERP5ComputerWithComputerModel.py +++ b/bt5/erp5_computer_immobilisation/TestTemplateItem/testERP5ComputerWithComputerModel.py @@ -103,7 +103,6 @@ class TestERP5ComputerWithComputerModel(ERP5TypeTestCase): def test_category_coverage(self): category_dict = { - 'allocation_scope': ['allocation_scope1', 'allocation_scope2'], 'cpu_core': ['cpu_core1', 'cpu_core2'], 'cpu_frequency': ['cpu_frequency1', 'cpu_frequency2'], 'cpu_type': ['cpu_type1', 'cpu_type2'], @@ -113,8 +112,6 @@ class TestERP5ComputerWithComputerModel(ERP5TypeTestCase): 'local_area_network_type2'], 'memory_size': ['memory_size1', 'memory_size2'], 'memory_type': ['memory_type1', 'memory_type2'], - 'product_line': ['product_line1', 'product_line2'], - 'role': ['role1', 'role2'], 'storage_capacity': ['storage_capacity1', 'storage_capacity2'], 'storage_interface': ['storage_interface1', 'storage_interface2'], 'storage_redundancy': ['storage_redundancy1', 'storage_redundancy2'], diff --git a/bt5/erp5_computer_immobilisation/bt/revision b/bt5/erp5_computer_immobilisation/bt/revision index f0b5c72cad2a31240e128db4bc833e782855f796..4800c7da68cf871d3228361b50e329df2115f8b7 100644 --- a/bt5/erp5_computer_immobilisation/bt/revision +++ b/bt5/erp5_computer_immobilisation/bt/revision @@ -1 +1 @@ -57 \ No newline at end of file +58 \ No newline at end of file