summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tall-2B.ddl
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2008-05-12 19:32:13 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2008-05-12 19:32:13 (GMT)
commited8882c52dbe406d81cd58cbcc980a883a094131 (patch)
tree09c4e035d54344c90a9d4b8072a5f1af316fcceb /tools/testfiles/tall-2B.ddl
parent2fd80deb4d36491b4d007634dbae8fe32081e4ca (diff)
downloadhdf5-ed8882c52dbe406d81cd58cbcc980a883a094131.zip
hdf5-ed8882c52dbe406d81cd58cbcc980a883a094131.tar.gz
hdf5-ed8882c52dbe406d81cd58cbcc980a883a094131.tar.bz2
[svn-r14976] Support for external links follow up. The format is to print the target object as part of TARGETPATH, noted with some extra indentation
The previous printing of LINKCLASS 64 was removed HDF5 "textlinksrc.h5" { GROUP "/" { EXTERNAL_LINK "ext_link1" { TARGETFILE "textlinktar.h5" TARGETPATH "dset" DATASET "dset" { DATATYPE H5T_STD_I32LE DATASPACE SIMPLE { ( 6 ) / ( 6 ) } DATA { (0): 1, 2, 3, 4, 5, 6 } } } } } There is no script test for this behavior so far, because test script uses complete paths that vary from test to test, making not possible to define a valid TARGETFILE in the file tested: windows, linux, solaris
Diffstat (limited to 'tools/testfiles/tall-2B.ddl')
-rw-r--r--tools/testfiles/tall-2B.ddl1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/testfiles/tall-2B.ddl b/tools/testfiles/tall-2B.ddl
index ec220e9..5642d2c 100644
--- a/tools/testfiles/tall-2B.ddl
+++ b/tools/testfiles/tall-2B.ddl
@@ -45,7 +45,6 @@ GROUP "/" {
}
GROUP "g1.2" {
EXTERNAL_LINK "extlink" {
- LINKCLASS 64
TARGETFILE "somefile"
TARGETPATH "somepath"
}