summaryrefslogtreecommitdiffstats
path: root/java/test/testfiles/JUnit-TestH5R.txt
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2022-07-12 15:47:06 (GMT)
committerGitHub <noreply@github.com>2022-07-12 15:47:06 (GMT)
commitddb0c502ede9d46c43ef0cecee5cb1fc03c5f6b5 (patch)
tree16fe614a360f7a724dc2b5398eec74fd34547066 /java/test/testfiles/JUnit-TestH5R.txt
parentd0bbd4e8abf64810c7cda15018d8fcce2999f11d (diff)
downloadhdf5-ddb0c502ede9d46c43ef0cecee5cb1fc03c5f6b5.zip
hdf5-ddb0c502ede9d46c43ef0cecee5cb1fc03c5f6b5.tar.gz
hdf5-ddb0c502ede9d46c43ef0cecee5cb1fc03c5f6b5.tar.bz2
1 10 HDFFV-11310 implement JNI VL support for primitive types (#1858)
* HDFFV-11310 - implement vlen read/write for atomic types. * HDFFV-11310 - VL read/write function for primitive types * Add read/write VL option * fix function name typo * remove debugging prints * Remove more debugging code * Correct note to match change in code. * HDFFV-11318 add VL references as byte arrays * Fix unreleased allocations, fix debug * Fix format * Fix formatting * Correct typo
Diffstat (limited to 'java/test/testfiles/JUnit-TestH5R.txt')
-rw-r--r--java/test/testfiles/JUnit-TestH5R.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/java/test/testfiles/JUnit-TestH5R.txt b/java/test/testfiles/JUnit-TestH5R.txt
index 150df54..ecdd322 100644
--- a/java/test/testfiles/JUnit-TestH5R.txt
+++ b/java/test/testfiles/JUnit-TestH5R.txt
@@ -2,6 +2,8 @@ JUnit version 4.11
.testH5Rgetregion_Nullreference
.testH5Rget_obj_type2_Invalidreftype
.testH5Rdereference
+.testH5RVLdset_ref
+.testH5RVLattr_ref
.testH5Rget_name
.testH5Rcreate_Invalidreftype
.testH5Rget_name_NULLreference
@@ -19,5 +21,5 @@ JUnit version 4.11
Time: XXXX
-OK (17 tests)
+OK (19 tests)