check that TrecordSize() works for blobs.
This commit is contained in:
parent
46fbfa3c35
commit
e842987915
1 changed files with 1 additions and 0 deletions
|
@ -87,6 +87,7 @@ START_TEST (recoverBlob__idempotent) {
|
||||||
xid = Tbegin();
|
xid = Tbegin();
|
||||||
|
|
||||||
rid = Talloc(xid, ARRAY_SIZE * sizeof(int));
|
rid = Talloc(xid, ARRAY_SIZE * sizeof(int));
|
||||||
|
assert(TrecordSize(xid, rid) == (ARRAY_SIZE * sizeof(int)));
|
||||||
arraySet(j, 1);
|
arraySet(j, 1);
|
||||||
|
|
||||||
Tset(xid, rid, j);
|
Tset(xid, rid, j);
|
||||||
|
|
Loading…
Reference in a new issue