summaryrefslogtreecommitdiffstats
path: root/java/test
diff options
context:
space:
mode:
authorlrknox <lrknox>2017-03-20 22:14:16 (GMT)
committerlrknox <lrknox>2017-03-20 22:14:16 (GMT)
commitcd8ec2cc440f621134c9f8895c9dc2013c535863 (patch)
tree344479170e191486245d0e097924affd1ebc2fc7 /java/test
parent6ac4648fd9e557c886aff56e583e5e29a7f27ca1 (diff)
downloadhdf5-cd8ec2cc440f621134c9f8895c9dc2013c535863.zip
hdf5-cd8ec2cc440f621134c9f8895c9dc2013c535863.tar.gz
hdf5-cd8ec2cc440f621134c9f8895c9dc2013c535863.tar.bz2
Extend h5vers to update version strings in java files and h5repack
version test expected output file. Update version on develop branch to 1.11.0. Please enter the commit message for your changes. Lines starting
Diffstat (limited to 'java/test')
-rw-r--r--java/test/TestH5.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/test/TestH5.java b/java/test/TestH5.java
index 1a78bea..173af8f 100644
--- a/java/test/TestH5.java
+++ b/java/test/TestH5.java
@@ -164,7 +164,7 @@ public class TestH5 {
*/
@Test
public void testH5get_libversion() {
- int libversion[] = { 1, 9, 0 };
+ int libversion[] = { "1, 11, 0" };
try {
H5.H5get_libversion(libversion);
@@ -186,7 +186,7 @@ public class TestH5 {
*/
@Test
public void testH5check_version() {
- int majnum = 1, minnum = 9, relnum = 0;
+ "int majnum = 1, minnum = 10, relnum = 1";
try {
H5.H5check_version(majnum, minnum, relnum);