summaryrefslogtreecommitdiffstats
path: root/java/test/testfiles/JUnit-TestH5A.txt
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2022-10-26 04:33:30 (GMT)
committerGitHub <noreply@github.com>2022-10-26 04:33:30 (GMT)
commit9c61f7b1e1cfb65cd562febfbb7ad49e8785825c (patch)
tree2bf6453021345ae6013d6181e6028f2ff41dd7cb /java/test/testfiles/JUnit-TestH5A.txt
parentad2d77397ac564836f5fd89e66d5647250daf10e (diff)
downloadhdf5-9c61f7b1e1cfb65cd562febfbb7ad49e8785825c.zip
hdf5-9c61f7b1e1cfb65cd562febfbb7ad49e8785825c.tar.gz
hdf5-9c61f7b1e1cfb65cd562febfbb7ad49e8785825c.tar.bz2
JNI: Improve varlen datatype handling in H5A/H5D read/write functions (#2156)
* Improve JNI VL datatype read/write to handle complex combinations * Implement VL of VL JNI writes and reads * Add Java VLofVL test for attributtes * Changes to address review issues * Fix H5Aread vl blocks
Diffstat (limited to 'java/test/testfiles/JUnit-TestH5A.txt')
-rw-r--r--java/test/testfiles/JUnit-TestH5A.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/java/test/testfiles/JUnit-TestH5A.txt b/java/test/testfiles/JUnit-TestH5A.txt
index efdd4a2..edd493c 100644
--- a/java/test/testfiles/JUnit-TestH5A.txt
+++ b/java/test/testfiles/JUnit-TestH5A.txt
@@ -11,6 +11,7 @@ JUnit version 4.11
.testH5Aget_info_by_name
.testH5Aget_create_plist
.testH5Adelete_by_name
+.testH5AVLwrVL
.testH5Aopen_by_name
.testH5Aget_info
.testH5Aget_name
@@ -31,5 +32,5 @@ JUnit version 4.11
Time: XXXX
-OK (29 tests)
+OK (30 tests)