diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2004-06-28 14:29:20 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2004-06-28 14:29:20 (GMT) |
commit | ba717ead8b4344b6b4a1836e31be55f219ced407 (patch) | |
tree | 9aad828ff705ea60eaaab8670689c468490d4564 /tools/testfiles/tstr-2.ddl | |
parent | 52d1e37e8f5861820b0545f40f5233cf73998f9e (diff) | |
download | hdf5-ba717ead8b4344b6b4a1836e31be55f219ced407.zip hdf5-ba717ead8b4344b6b4a1836e31be55f219ced407.tar.gz hdf5-ba717ead8b4344b6b4a1836e31be55f219ced407.tar.bz2 |
[svn-r8749] Purpose:
dumper new features
Description:
1) added options for not printing : datasets, groups, datatypes, links
2) added a section for the user block
3) in the traversal routine, added the printing of an arrow for soft links and t
he word HARDLINK for hardlinks
the print of the file contents is made during traversal , instead of at the e
nd of it (this is helpful
for very large files, where the wait time can be very long)
4) changed the description of the fill value properties
5) added a colon after the printing of the array indices
Solution:
Platforms tested:
linux
AIX
solaris
Misc. update:
Diffstat (limited to 'tools/testfiles/tstr-2.ddl')
-rw-r--r-- | tools/testfiles/tstr-2.ddl | 122 |
1 files changed, 61 insertions, 61 deletions
diff --git a/tools/testfiles/tstr-2.ddl b/tools/testfiles/tstr-2.ddl index df5aba2..465db09 100644 --- a/tools/testfiles/tstr-2.ddl +++ b/tools/testfiles/tstr-2.ddl @@ -13,16 +13,16 @@ GROUP "/" { } DATASPACE SIMPLE { ( 10 ) / ( 10 ) } DATA { - (0) "This is row 0 of type H5T_STR_NULLTERM of", - (1) "This is row 1 of type H5T_STR_NULLTERM of", - (2) "This is row 2 of type H5T_STR_NULLTERM of", - (3) "This is row 3 of type H5T_STR_NULLTERM of", - (4) "This is row 4 of type H5T_STR_NULLTERM of", - (5) "This is row 5 of type H5T_STR_NULLTERM of", - (6) "This is row 6 of type H5T_STR_NULLTERM of", - (7) "This is row 7 of type H5T_STR_NULLTERM of", - (8) "This is row 8 of type H5T_STR_NULLTERM of", - (9) "This is row 9 of type H5T_STR_NULLTERM of" + (0), "This is row 0 of type H5T_STR_NULLTERM of", + (1), "This is row 1 of type H5T_STR_NULLTERM of", + (2), "This is row 2 of type H5T_STR_NULLTERM of", + (3), "This is row 3 of type H5T_STR_NULLTERM of", + (4), "This is row 4 of type H5T_STR_NULLTERM of", + (5), "This is row 5 of type H5T_STR_NULLTERM of", + (6), "This is row 6 of type H5T_STR_NULLTERM of", + (7), "This is row 7 of type H5T_STR_NULLTERM of", + (8), "This is row 8 of type H5T_STR_NULLTERM of", + (9), "This is row 9 of type H5T_STR_NULLTERM of" } ATTRIBUTE "attr1" { DATATYPE H5T_STRING { @@ -33,7 +33,7 @@ GROUP "/" { } DATASPACE SIMPLE { ( 3 ) / ( 3 ) } DATA { - (0) "0123456789", "abcdefghij", "ABCDEFGHIJ" + (0), "0123456789", "abcdefghij", "ABCDEFGHIJ" } } } @@ -48,16 +48,16 @@ GROUP "/" { } DATASPACE SIMPLE { ( 10 ) / ( 10 ) } DATA { - (0) "This is row 0 of type H5T_STR_NULLTERM of string ", - (1) "This is row 1 of type H5T_STR_NULLTERM of string ", - (2) "This is row 2 of type H5T_STR_NULLTERM of string ", - (3) "This is row 3 of type H5T_STR_NULLTERM of string ", - (4) "This is row 4 of type H5T_STR_NULLTERM of string ", - (5) "This is row 5 of type H5T_STR_NULLTERM of string ", - (6) "This is row 6 of type H5T_STR_NULLTERM of string ", - (7) "This is row 7 of type H5T_STR_NULLTERM of string ", - (8) "This is row 8 of type H5T_STR_NULLTERM of string ", - (9) "This is row 9 of type H5T_STR_NULLTERM of string " + (0), "This is row 0 of type H5T_STR_NULLTERM of string ", + (1), "This is row 1 of type H5T_STR_NULLTERM of string ", + (2), "This is row 2 of type H5T_STR_NULLTERM of string ", + (3), "This is row 3 of type H5T_STR_NULLTERM of string ", + (4), "This is row 4 of type H5T_STR_NULLTERM of string ", + (5), "This is row 5 of type H5T_STR_NULLTERM of string ", + (6), "This is row 6 of type H5T_STR_NULLTERM of string ", + (7), "This is row 7 of type H5T_STR_NULLTERM of string ", + (8), "This is row 8 of type H5T_STR_NULLTERM of string ", + (9), "This is row 9 of type H5T_STR_NULLTERM of string " } } } @@ -71,16 +71,16 @@ GROUP "/" { } DATASPACE SIMPLE { ( 10 ) / ( 10 ) } DATA { - (0) "This is row 0 of type H5T_STR_NULLPAD of\000\000\000\000\000\000\000\000\000\000", - (1) "This is row 1 of type H5T_STR_NULLPAD of\000\000\000\000\000\000\000\000\000\000", - (2) "This is row 2 of type H5T_STR_NULLPAD of\000\000\000\000\000\000\000\000\000\000", - (3) "This is row 3 of type H5T_STR_NULLPAD of\000\000\000\000\000\000\000\000\000\000", - (4) "This is row 4 of type H5T_STR_NULLPAD of\000\000\000\000\000\000\000\000\000\000", - (5) "This is row 5 of type H5T_STR_NULLPAD of\000\000\000\000\000\000\000\000\000\000", - (6) "This is row 6 of type H5T_STR_NULLPAD of\000\000\000\000\000\000\000\000\000\000", - (7) "This is row 7 of type H5T_STR_NULLPAD of\000\000\000\000\000\000\000\000\000\000", - (8) "This is row 8 of type H5T_STR_NULLPAD of\000\000\000\000\000\000\000\000\000\000", - (9) "This is row 9 of type H5T_STR_NULLPAD of\000\000\000\000\000\000\000\000\000\000" + (0), "This is row 0 of type H5T_STR_NULLPAD of\000\000\000\000\000\000\000\000\000\000", + (1), "This is row 1 of type H5T_STR_NULLPAD of\000\000\000\000\000\000\000\000\000\000", + (2), "This is row 2 of type H5T_STR_NULLPAD of\000\000\000\000\000\000\000\000\000\000", + (3), "This is row 3 of type H5T_STR_NULLPAD of\000\000\000\000\000\000\000\000\000\000", + (4), "This is row 4 of type H5T_STR_NULLPAD of\000\000\000\000\000\000\000\000\000\000", + (5), "This is row 5 of type H5T_STR_NULLPAD of\000\000\000\000\000\000\000\000\000\000", + (6), "This is row 6 of type H5T_STR_NULLPAD of\000\000\000\000\000\000\000\000\000\000", + (7), "This is row 7 of type H5T_STR_NULLPAD of\000\000\000\000\000\000\000\000\000\000", + (8), "This is row 8 of type H5T_STR_NULLPAD of\000\000\000\000\000\000\000\000\000\000", + (9), "This is row 9 of type H5T_STR_NULLPAD of\000\000\000\000\000\000\000\000\000\000" } } } @@ -94,16 +94,16 @@ GROUP "/" { } DATASPACE SIMPLE { ( 10 ) / ( 10 ) } DATA { - (0) "This is row 0 of type H5T_STR_NULLPAD of string ar", - (1) "This is row 1 of type H5T_STR_NULLPAD of string ar", - (2) "This is row 2 of type H5T_STR_NULLPAD of string ar", - (3) "This is row 3 of type H5T_STR_NULLPAD of string ar", - (4) "This is row 4 of type H5T_STR_NULLPAD of string ar", - (5) "This is row 5 of type H5T_STR_NULLPAD of string ar", - (6) "This is row 6 of type H5T_STR_NULLPAD of string ar", - (7) "This is row 7 of type H5T_STR_NULLPAD of string ar", - (8) "This is row 8 of type H5T_STR_NULLPAD of string ar", - (9) "This is row 9 of type H5T_STR_NULLPAD of string ar" + (0), "This is row 0 of type H5T_STR_NULLPAD of string ar", + (1), "This is row 1 of type H5T_STR_NULLPAD of string ar", + (2), "This is row 2 of type H5T_STR_NULLPAD of string ar", + (3), "This is row 3 of type H5T_STR_NULLPAD of string ar", + (4), "This is row 4 of type H5T_STR_NULLPAD of string ar", + (5), "This is row 5 of type H5T_STR_NULLPAD of string ar", + (6), "This is row 6 of type H5T_STR_NULLPAD of string ar", + (7), "This is row 7 of type H5T_STR_NULLPAD of string ar", + (8), "This is row 8 of type H5T_STR_NULLPAD of string ar", + (9), "This is row 9 of type H5T_STR_NULLPAD of string ar" } } } @@ -117,16 +117,16 @@ GROUP "/" { } DATASPACE SIMPLE { ( 10 ) / ( 10 ) } DATA { - (0) "This is row 0 of type H5T_STR_SPACEPAD of ", - (1) "This is row 1 of type H5T_STR_SPACEPAD of ", - (2) "This is row 2 of type H5T_STR_SPACEPAD of ", - (3) "This is row 3 of type H5T_STR_SPACEPAD of ", - (4) "This is row 4 of type H5T_STR_SPACEPAD of ", - (5) "This is row 5 of type H5T_STR_SPACEPAD of ", - (6) "This is row 6 of type H5T_STR_SPACEPAD of ", - (7) "This is row 7 of type H5T_STR_SPACEPAD of ", - (8) "This is row 8 of type H5T_STR_SPACEPAD of ", - (9) "This is row 9 of type H5T_STR_SPACEPAD of " + (0), "This is row 0 of type H5T_STR_SPACEPAD of ", + (1), "This is row 1 of type H5T_STR_SPACEPAD of ", + (2), "This is row 2 of type H5T_STR_SPACEPAD of ", + (3), "This is row 3 of type H5T_STR_SPACEPAD of ", + (4), "This is row 4 of type H5T_STR_SPACEPAD of ", + (5), "This is row 5 of type H5T_STR_SPACEPAD of ", + (6), "This is row 6 of type H5T_STR_SPACEPAD of ", + (7), "This is row 7 of type H5T_STR_SPACEPAD of ", + (8), "This is row 8 of type H5T_STR_SPACEPAD of ", + (9), "This is row 9 of type H5T_STR_SPACEPAD of " } } } @@ -140,16 +140,16 @@ GROUP "/" { } DATASPACE SIMPLE { ( 10 ) / ( 10 ) } DATA { - (0) "This is row 0 of type H5T_STR_SPACEPAD of string a", - (1) "This is row 1 of type H5T_STR_SPACEPAD of string a", - (2) "This is row 2 of type H5T_STR_SPACEPAD of string a", - (3) "This is row 3 of type H5T_STR_SPACEPAD of string a", - (4) "This is row 4 of type H5T_STR_SPACEPAD of string a", - (5) "This is row 5 of type H5T_STR_SPACEPAD of string a", - (6) "This is row 6 of type H5T_STR_SPACEPAD of string a", - (7) "This is row 7 of type H5T_STR_SPACEPAD of string a", - (8) "This is row 8 of type H5T_STR_SPACEPAD of string a", - (9) "This is row 9 of type H5T_STR_SPACEPAD of string a" + (0), "This is row 0 of type H5T_STR_SPACEPAD of string a", + (1), "This is row 1 of type H5T_STR_SPACEPAD of string a", + (2), "This is row 2 of type H5T_STR_SPACEPAD of string a", + (3), "This is row 3 of type H5T_STR_SPACEPAD of string a", + (4), "This is row 4 of type H5T_STR_SPACEPAD of string a", + (5), "This is row 5 of type H5T_STR_SPACEPAD of string a", + (6), "This is row 6 of type H5T_STR_SPACEPAD of string a", + (7), "This is row 7 of type H5T_STR_SPACEPAD of string a", + (8), "This is row 8 of type H5T_STR_SPACEPAD of string a", + (9), "This is row 9 of type H5T_STR_SPACEPAD of string a" } } } |