Skip to content

Commit 5158407

Browse files
committed
Add test for PdalGetDimTypeInterpretationName
1 parent 7fe74ab commit 5158407

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/pdal/test_pdalc_pointlayout.c.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ TEST testPDALFindDimType(void)
108108
ASSERT(typeNone != expected.type);
109109

110110
char name[64];
111+
ASSERT(PDALGetDimTypeInterpretationName(expected, name, 64) > 0);
111112
ASSERT(PDALGetDimTypeIdName(expected, name, 64) > 0);
112113

113114
actual = PDALFindDimType(NULL, name);

0 commit comments

Comments
 (0)