You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently when comparing two different datatypes for equality we get something like below:
5) object_compare_different_type
The matcher 'equal' cannot be used with data type (ut3.demo_department_new).
at "UT3.DEMO_EQUAL_MATCHER", line 69 ut.expect(anydata.convertObject(l_actual)).to_equal(anydata.convertObject(l_expected));
jgebal
changed the title
Bad/misleading failure message when comaring different datatypes
Bad/misleading failure message when comparing different datatypes
Jun 7, 2017
Uh oh!
There was an error while loading. Please reload this page.
Currently when comparing two different datatypes for equality we get something like below:
You can see it on travis-ci build
This should be more of a message like:
The message is misleading and could make developer think that the matcher is not capable of evaluating the given datatype.
The text was updated successfully, but these errors were encountered: