Description:

- Removed calls to H5Tget_native_type in the PT code. The application would
    need to do that if desired.
    - Added Abhi's program to tests to verify the fix.
    - This fix might have fixed HDFFV-9927, HDFFV-9042, and the issue reported
      by Barbara Jones from Ametek as well.
Platforms tested:
    Linux/32 2.6 (jam)
    Linux/64 (jelly)
    Darwin (osx1010test)
This commit is contained in:
Binh-Minh Ribler
2016-10-20 14:07:45 -05:00
parent b6bb7c123a
commit 14e308b2e6
5 changed files with 174 additions and 118 deletions

View File

@@ -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);