check that TrecordSize() works for blobs.

This commit is contained in:
Sears Russell 2008-11-13 04:17:59 +00:00
parent 46fbfa3c35
commit e842987915

View file

@ -87,6 +87,7 @@ START_TEST (recoverBlob__idempotent) {
xid = Tbegin();
rid = Talloc(xid, ARRAY_SIZE * sizeof(int));
assert(TrecordSize(xid, rid) == (ARRAY_SIZE * sizeof(int)));
arraySet(j, 1);
Tset(xid, rid, j);