3887-multi-check #942
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix#942
Loading…
Reference in New Issue
No description provided.
Delete Branch "3887-multi-check"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
WIP: 3887-multi-checkto 3887-multi-check@ -135,0 +163,4 @@
$httpBackend.expectGET('modelUrl/filter').respond(response);
expect(controller.rows).toEqual(data.length);
expect(controller.AllRowsCount).toEqual(response.length);
problems here:
@ -135,0 +168,4 @@
});
describe('checkDummy()', () => {
it(`should set checkedDummyCount allRowsCount`, () => {
the following tests description leaves all the code functionality to the mainteiner's imagination, tests descriptions should explain what the test is willing to test
should set "propertyName" "propertyName" vs should remove the dummy count if there was an existing one
should set "propertyName" to null vs should set the checked dummy count to all rows count if there was no count yet
Also noticed the checkDummy function not always returns a value, that seems inconsistent
LGTM