summaryrefslogtreecommitdiffstats
path: root/hl/c++/test/ptableTest.h
diff options
context:
space:
mode:
Diffstat (limited to 'hl/c++/test/ptableTest.h')
-rw-r--r--hl/c++/test/ptableTest.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/hl/c++/test/ptableTest.h b/hl/c++/test/ptableTest.h
index d351e34..4ee8967 100644
--- a/hl/c++/test/ptableTest.h
+++ b/hl/c++/test/ptableTest.h
@@ -52,6 +52,10 @@ int TestGetPacket(void);
Test for unusual interactions between multiple packet tables. */
int SystemTest(void);
+/* Create a packet table with compound type, which has a string type. Verify
+ that data was written and read correctly. */
+int TestHDFFV_9758(void);
+
/* Test the variable length dataset functionality */
int VariableLengthTest(void);