Update EntityViewControllerTest after fixes in TbEntityViewService
This commit is contained in:
parent
6a383eef01
commit
307ef7814b
@ -310,7 +310,7 @@ public abstract class BaseEntityViewControllerTest extends AbstractControllerTes
|
|||||||
testNotifyEntityAllOneTime(unAssignedView, savedView.getId(), savedView.getId(),
|
testNotifyEntityAllOneTime(unAssignedView, savedView.getId(), savedView.getId(),
|
||||||
tenantId, savedView.getCustomerId(), tenantAdminUserId, TENANT_ADMIN_EMAIL,
|
tenantId, savedView.getCustomerId(), tenantAdminUserId, TENANT_ADMIN_EMAIL,
|
||||||
ActionType.UNASSIGNED_FROM_CUSTOMER,
|
ActionType.UNASSIGNED_FROM_CUSTOMER,
|
||||||
savedView.getCustomerId().getId().toString(), savedCustomer.getTitle());
|
assignedView.getId().getId().toString(), savedView.getCustomerId().getId().toString(), savedCustomer.getTitle());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@ -461,7 +461,7 @@ public abstract class BaseEntityViewControllerTest extends AbstractControllerTes
|
|||||||
testBroadcastEntityStateChangeEventNever(loadedNamesOfView1.get(0).getId());
|
testBroadcastEntityStateChangeEventNever(loadedNamesOfView1.get(0).getId());
|
||||||
testNotifyManyEntityManyTimeMsgToEdgeServiceEntityEqAnyAdditionalInfoAny(new EntityView(), new EntityView(),
|
testNotifyManyEntityManyTimeMsgToEdgeServiceEntityEqAnyAdditionalInfoAny(new EntityView(), new EntityView(),
|
||||||
tenantId, customerId, tenantAdminUserId, TENANT_ADMIN_EMAIL,
|
tenantId, customerId, tenantAdminUserId, TENANT_ADMIN_EMAIL,
|
||||||
ActionType.UNASSIGNED_FROM_CUSTOMER, ActionType.UNASSIGNED_FROM_CUSTOMER, cntEntity, cntEntity, 2);
|
ActionType.UNASSIGNED_FROM_CUSTOMER, ActionType.UNASSIGNED_FROM_CUSTOMER, cntEntity, cntEntity, 3);
|
||||||
|
|
||||||
PageData<EntityView> pageData = doGetTypedWithPageLink(urlTemplate, PAGE_DATA_ENTITY_VIEW_TYPE_REF,
|
PageData<EntityView> pageData = doGetTypedWithPageLink(urlTemplate, PAGE_DATA_ENTITY_VIEW_TYPE_REF,
|
||||||
new PageLink(4, 0, name1));
|
new PageLink(4, 0, name1));
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user