Item 1 of 5 Previous | Next

1

Fixed

Add Assert.String(Not)Equals to the API

description

For (N)VARCHAR(max) strings, the Assert.Equals API cannot be used.
Since the IsLike procedure does not handle big patterns either, the API should be extended with a StringEquals call to allow the comparison of big strings.

comments

lmolnar wrote Apr 1 at 2:59 AM

Fixed in V1.9.

lmolnar wrote Mar 25 at 3:27 AM

The APIs will be called: Assert.NVarCharMaxEquals, Assert.NVarCharMaxNotEquals.

lmolnar wrote Mar 25 at 3:26 AM

ETA: April 7th or earlier.

tlambrec wrote Feb 7 at 8:44 AM

See StringEquals code attached