mirror of
https://github.com/pgpointcloud/pointcloud.git
synced 2025-12-08 20:36:04 +00:00
Test datasize in test_patch_lazperf
This commit is contained in:
parent
2cbd6f0b7d
commit
8e82233b56
@ -107,6 +107,9 @@ test_patch_lazperf()
|
||||
CU_ASSERT_EQUAL(pauref->readonly, paul->readonly);
|
||||
CU_ASSERT_EQUAL(pauref->readonly, pal->readonly);
|
||||
|
||||
// test datasize
|
||||
CU_ASSERT_EQUAL(paul->datasize, pauref->datasize);
|
||||
|
||||
// free
|
||||
pc_pointlist_free(pl);
|
||||
pc_patch_free( (PCPATCH*) pal );
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user