summaryrefslogtreecommitdiffstats
path: root/java/test
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2022-12-14 16:55:07 (GMT)
committerGitHub <noreply@github.com>2022-12-14 16:55:07 (GMT)
commit23be40ca4fce00a2b74a85d49d9b7ea4b6279b43 (patch)
treef83947c006a0c4d6d8cb9552fce70ef019d179d8 /java/test
parent4e5bdb8c4e2c1b2b5636b831c0e7b4355526ccfc (diff)
downloadhdf5-23be40ca4fce00a2b74a85d49d9b7ea4b6279b43.zip
hdf5-23be40ca4fce00a2b74a85d49d9b7ea4b6279b43.tar.gz
hdf5-23be40ca4fce00a2b74a85d49d9b7ea4b6279b43.tar.bz2
Hdf5 1 14 (#2296)
* Update versions for hdf5_1_14 develop branch after creation of hdf5_1-14_0 branch for 1.14.0 release. * Update windows worker compilers (#2286) * Update windows worker compilers * Update bin and test issues * Update script and revert java test * Update scripts and versions in java files. Co-authored-by: Allen Byrne <50328838+byrnHDF@users.noreply.github.com>
Diffstat (limited to 'java/test')
-rw-r--r--java/test/TestH5.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/test/TestH5.java b/java/test/TestH5.java
index 339b9cf..7333ad0 100644
--- a/java/test/TestH5.java
+++ b/java/test/TestH5.java
@@ -313,7 +313,7 @@ public class TestH5 {
@Test
public void testH5get_libversion()
{
- int libversion[] = {1, 13, 3};
+ int libversion[] = {1, 14, 1};
try {
H5.H5get_libversion(libversion);