Community
Participate
Working Groups
Created attachment 204803 [details] eclipse project archive file see the attached project. if I have the following line in a method of ruihandler, it works fine x bigint = 2; LogResult.assertTrueNoException("", 2==x); but if these lines are in a service callback function, it throws exception saying rhs.mant is undefined.
this is blocking issue, because it's part of the EUnit framework method, where all test cases uses
Jing, I saw this was turned from Blocker to Critical. Is there a workaround?
I wrapped onException(e AnyException) to catch anyexception for every single test variations, so the test can continue to run. the main reason is I want bug 360722 to be looked at first, as that is harder to work around
the service invocation runtime was not returning the correct type fixed
This high severity defect was fixed several weeks ago, so I am closing.