[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:
Quincey Koziol
2005-04-21 01:55:42 -05:00
parent 31fb2d13de
commit 0cf3f85cce
10 changed files with 183 additions and 33 deletions

View File

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