expected result vs. actual are the same but still appears in red

12 views
Skip to first unread message

supermonkian

unread,
Nov 20, 2009, 10:16:59 PM11/20/09
to dbfit
hi i'm running some tests over a stored procedure in sql server 2000
that it's returning me two smallint outputs, but even though the
result vs actual values are exactly the same dbfit is showing me red
lights

is this a cast problem or what can i do to solve my problem..

thanks in advance

Gojko Adzic

unread,
Nov 23, 2009, 3:54:00 AM11/23/09
to dbfit
this typically is a cast problem. both .net and java fit runners
compare on value and type, so if the types coming out of the db are
different, then it will be a cast problem. try to cast to string from
the db to check if this is an issue and we can work from there..

gojko
Reply all
Reply to author
Forward
0 new messages