diff options
| author | Allen Byrne <byrn@hdfgroup.org> | 2019-12-09 16:43:05 (GMT) |
|---|---|---|
| committer | Allen Byrne <byrn@hdfgroup.org> | 2019-12-09 16:43:05 (GMT) |
| commit | 162497a3f96431c4942562379e57dde131d3a693 (patch) | |
| tree | 172525cb72b3f5a1877d66c3b1e3e4badbe0d9ec /java/test/TestH5Edefault.java | |
| parent | 9c3900d0bf05a65e59cce6dc613b38b240599d93 (diff) | |
| parent | c087ef41b637686ae5e783bfb0a48e91dbe3f58e (diff) | |
| download | hdf5-162497a3f96431c4942562379e57dde131d3a693.zip hdf5-162497a3f96431c4942562379e57dde131d3a693.tar.gz hdf5-162497a3f96431c4942562379e57dde131d3a693.tar.bz2 | |
Merge pull request #2031 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit 'c087ef41b637686ae5e783bfb0a48e91dbe3f58e': (28 commits)
Add H5Rdestroy calls to cleanup
Remove problem tests for now
Add new test reference
HDFFV-10876 fix compare reference
HDFFV-10876 ignore old reference API tests
Add missing quotes
Fix windows 10 compile error
Correct indentation
Revert declaration used in macro.
Revert declaration deletion.
HDFFV-10876 add note
Address compile warnings
Fix compile errors - mostly in jni
HDFFV-10876 Update dump to match DDL spec
Add extra line
Adjust whitespace
Update h5ls help and rework dump_mem routines for attrs
Update create calls
Add debug compile option as comment
Update reference calls
...
Diffstat (limited to 'java/test/TestH5Edefault.java')
| -rw-r--r-- | java/test/TestH5Edefault.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/test/TestH5Edefault.java b/java/test/TestH5Edefault.java index ee2850b..6f968b1 100644 --- a/java/test/TestH5Edefault.java +++ b/java/test/TestH5Edefault.java @@ -366,7 +366,7 @@ public class TestH5Edefault { } assertTrue("H5.H5Eset_current_stack: get_num #:" + num_msg, num_msg == saved_num_msg); - // Se the current stack to be the default and try that again + // Set the current stack to be the default and try that again try { H5.H5Eset_current_stack(stack_id); num_msg = H5.H5Eget_num(HDF5Constants.H5E_DEFAULT); |
