mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-19 16:50:46 +08:00
Merge pull request #639 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit '678c3ae1535b9b3b9faa53bc48250f1635778dd7': HDFFV-10188 force non-native type description HDFFV-10188 emu insists on printing non-native description
This commit is contained in:
commit
1b647b18fe
@ -420,7 +420,7 @@
|
||||
ADD_H5_TEST (tempty 0 -w80 -d tempty.h5)
|
||||
|
||||
# test for displaying dataset and attribute of null space
|
||||
ADD_H5_TEST (tgrpnullspace 0 -w80 -v tgrpnullspace.h5)
|
||||
ADD_H5_TEST (tgrpnullspace 0 -w80 -v -S tgrpnullspace.h5)
|
||||
|
||||
# test for all dataset types written to attributes
|
||||
# enable -S for avoiding printing NATIVE types
|
||||
|
@ -395,7 +395,7 @@ TOOLTEST tarray1.ls 0 -w80 -r -d tarray1.h5
|
||||
TOOLTEST tempty.ls 0 -w80 -d tempty.h5
|
||||
|
||||
# test for displaying dataset and attribute of null space
|
||||
TOOLTEST tgrpnullspace.ls 0 -w80 -v tgrpnullspace.h5
|
||||
TOOLTEST tgrpnullspace.ls 0 -w80 -v -S tgrpnullspace.h5
|
||||
|
||||
# test for all dataset types written to attributes
|
||||
# enable -S for avoiding printing NATIVE types
|
||||
|
@ -1,7 +1,7 @@
|
||||
Opened "tgrpnullspace.h5" with sec2 driver.
|
||||
g1 Group
|
||||
Attribute: attr null
|
||||
Type: native unsigned int
|
||||
Type: 32-bit little-endian unsigned integer
|
||||
|
||||
Location: 1:800
|
||||
Links: 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user