|
@@ -58,7 +58,7 @@ class TestEmClassCreation(ClassesTestCase):
|
58
|
58
|
testClass = EM_TEST_OBJECT.create_component(EmClass.__name__, {'name': 'testclass1', 'classtype': EmClassType.entity['name']})
|
59
|
59
|
|
60
|
60
|
#We check the uid
|
61
|
|
- self.assertEqual(testClass.uid, 18)
|
|
61
|
+ self.assertEqual(testClass.uid, 22)
|
62
|
62
|
|
63
|
63
|
# We check that the class has been added in the right list in the model object
|
64
|
64
|
class_components_records = EM_TEST_OBJECT.components(EmClass)
|