|
@@ -333,6 +333,7 @@ class ManufacturerTestCase(ViewTestCases.OrganizationalObjectViewTestCase):
|
|
|
# Blocked by absence of bulk import view for DeviceTypes
|
|
# Blocked by absence of bulk import view for DeviceTypes
|
|
|
class DeviceTypeTestCase(
|
|
class DeviceTypeTestCase(
|
|
|
ViewTestCases.GetObjectViewTestCase,
|
|
ViewTestCases.GetObjectViewTestCase,
|
|
|
|
|
+ ViewTestCases.GetObjectChangelogViewTestCase,
|
|
|
ViewTestCases.CreateObjectViewTestCase,
|
|
ViewTestCases.CreateObjectViewTestCase,
|
|
|
ViewTestCases.EditObjectViewTestCase,
|
|
ViewTestCases.EditObjectViewTestCase,
|
|
|
ViewTestCases.DeleteObjectViewTestCase,
|
|
ViewTestCases.DeleteObjectViewTestCase,
|
|
@@ -1479,6 +1480,7 @@ class InventoryItemTestCase(ViewTestCases.DeviceComponentViewTestCase):
|
|
|
# Blocked by lack of common creation view for cables (termination A must be initialized)
|
|
# Blocked by lack of common creation view for cables (termination A must be initialized)
|
|
|
class CableTestCase(
|
|
class CableTestCase(
|
|
|
ViewTestCases.GetObjectViewTestCase,
|
|
ViewTestCases.GetObjectViewTestCase,
|
|
|
|
|
+ ViewTestCases.GetObjectChangelogViewTestCase,
|
|
|
ViewTestCases.EditObjectViewTestCase,
|
|
ViewTestCases.EditObjectViewTestCase,
|
|
|
ViewTestCases.DeleteObjectViewTestCase,
|
|
ViewTestCases.DeleteObjectViewTestCase,
|
|
|
ViewTestCases.ListObjectsViewTestCase,
|
|
ViewTestCases.ListObjectsViewTestCase,
|