[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:
Jonathan Kim 2010-03-09 16:03:25 -05:00
parent a1a509083b
commit 73957db459
4 changed files with 45 additions and 0 deletions

View File

@ -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

Binary file not shown.

View 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}

Binary file not shown.