[
https://issues.apache.org/jira/browse/FINERACT-1005?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17120125#comment-17120125
]
Petri Tuomola commented on FINERACT-1005:
-----------------------------------------
[~vorburger] - would be great to get your views on the first comment above
Currently we don't seem to be validating booleans properly: "true" is accepted
as true, but any other string is accepted and counts as false.
Should we start fixing this to explicitly only accept "true" / "false"? Will
require a lot of changes but probably the right thing to do...
> Fix Failing test in org.apache.fineract.integrationtests.StaffTest
> -------------------------------------------------------------------
>
> Key: FINERACT-1005
> URL: https://issues.apache.org/jira/browse/FINERACT-1005
> Project: Apache Fineract
> Issue Type: Bug
> Reporter: Percy Ashu
> Assignee: Petri Tuomola
> Priority: Blocker
>
> testStaffUpdateWrongActiveState test returns 200 instead of expected 400 when
> updating isactive with wrong value.
> testStaffUpdateLongExternalIdError test returns 500 instead of 400
> testStaffCreateMaxNameLength test show return 200 with number of characters
> 50 but seems the random generator generates an additional character which
> then cause the test to fail.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)