Community
Participate
Working Groups
Created attachment 206426 [details] Eunit file Decimal always gets converted to an empty string. decimal values are sent into a function with decimal parameter types which in turn are passed to a function with parameters declared as any. The last function needs to convert these decimals to a string and it always results in an empty string. I've attached the an EUNIT testcase that isn't part of the test project because you need to do a visual to make sure the report is being created correctly. myAssertDecimalEqualBad doesn't work as desired.
Created attachment 206447 [details] fix
Change to make the boxing for the function parameter of decimal type to be done in runtime.
Verified with 201111062101 and closed