[svn-r10637] Purpose:
Bug fix/code cleanup
Description:
Add tests to determine that very long (64K+) object names are working.
Fixed a couple of bugs in h5dump where they weren't...
Platforms tested:
FreeBSD 4.11 (sleipnir)
Solaris 2.9 (shanti)
This commit is contained in:
@@ -311,6 +311,9 @@ TOOLTEST tuserfilter.ddl -H -p -d myfilter tfilters.h5
|
||||
# test for displaying dataset and attribute of null space
|
||||
TOOLTEST tnullspace.ddl tnullspace.h5
|
||||
|
||||
# test for displaying objects with very long names
|
||||
TOOLTEST tlonglinks.ddl tlonglinks.h5
|
||||
|
||||
|
||||
if test $nerrors -eq 0 ; then
|
||||
echo "All $DUMPER tests passed."
|
||||
@@ -318,5 +321,3 @@ fi
|
||||
|
||||
exit $nerrors
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user