mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-30 15:32:37 +08:00
[svn-r18399] Note:
missed to add extra files from previous check-in (r18398) Description: add test cases for h5copy - copy external links with/without ‘–f ext’ option (relate to bug 1733) Tested: jam, amani and linew
This commit is contained in:
parent
a1a509083b
commit
73957db459
3
MANIFEST
3
MANIFEST
@ -1633,6 +1633,9 @@
|
||||
./tools/h5copy/testfiles/h5copytst.out.ls
|
||||
./tools/h5copy/testfiles/h5copy_ref.h5
|
||||
./tools/h5copy/testfiles/h5copy_ref.out.ls
|
||||
./tools/h5copy/testfiles/h5copy_extlinks_src.h5
|
||||
./tools/h5copy/testfiles/h5copy_extlinks_trg.h5
|
||||
./tools/h5copy/testfiles/h5copy_extlinks_src.out.ls
|
||||
|
||||
# test files for h5mkgrp
|
||||
./tools/testfiles/h5mkgrp_help.ls
|
||||
|
BIN
tools/h5copy/testfiles/h5copy_extlinks_src.h5
Normal file
BIN
tools/h5copy/testfiles/h5copy_extlinks_src.h5
Normal file
Binary file not shown.
42
tools/h5copy/testfiles/h5copy_extlinks_src.out.ls
Normal file
42
tools/h5copy/testfiles/h5copy_extlinks_src.out.ls
Normal file
@ -0,0 +1,42 @@
|
||||
#############################
|
||||
Expected output for 'h5ls ./testfiles/h5copy_extlinks_src.out.h5'
|
||||
#############################
|
||||
Opened "./testfiles/h5copy_extlinks_src.out.h5" with sec2 driver.
|
||||
/ Group
|
||||
Location: 1:96
|
||||
Links: 1
|
||||
/copy1_dset Dataset {6/6}
|
||||
Location: 1:800
|
||||
Links: 1
|
||||
Storage: <details removed for portability>
|
||||
Type: 32-bit little-endian integer
|
||||
/copy1_group Group
|
||||
Location: 1:4344
|
||||
Links: 1
|
||||
/copy1_group/extlink_datatype External Link {h5copy_extlinks_trg.h5//datatype}
|
||||
/copy1_group/extlink_dset External Link {h5copy_extlinks_trg.h5//simple}
|
||||
/copy1_group/extlink_grp External Link {h5copy_extlinks_trg.h5//group}
|
||||
/copy1_group/extlink_notyet1 External Link {h5copy_extlinks_trg.h5//notyet}
|
||||
/copy1_group/extlink_notyet2 External Link {notyet_file.h5//notyet}
|
||||
/copy2_dset Dataset {6/6}
|
||||
Location: 1:4216
|
||||
Links: 1
|
||||
Storage: <details removed for portability>
|
||||
Type: 32-bit little-endian integer
|
||||
/copy2_group Group
|
||||
Location: 1:4712
|
||||
Links: 1
|
||||
/copy2_group/extlink_datatype Type
|
||||
Location: 1:5912
|
||||
Links: 1
|
||||
Type: shared-1:5912 32-bit little-endian integer
|
||||
/copy2_group/extlink_dset Dataset {6/6}
|
||||
Location: 1:5080
|
||||
Links: 1
|
||||
Storage: <details removed for portability>
|
||||
Type: 32-bit little-endian integer
|
||||
/copy2_group/extlink_grp Group
|
||||
Location: 1:5872
|
||||
Links: 1
|
||||
/copy2_group/extlink_notyet1 External Link {h5copy_extlinks_trg.h5//notyet}
|
||||
/copy2_group/extlink_notyet2 External Link {notyet_file.h5//notyet}
|
BIN
tools/h5copy/testfiles/h5copy_extlinks_trg.h5
Normal file
BIN
tools/h5copy/testfiles/h5copy_extlinks_trg.h5
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user