diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2012-02-27 19:25:22 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2012-02-27 19:25:22 (GMT) |
commit | 6765de0c65a11fe6d039812255a0160b56c2bd8b (patch) | |
tree | 9affdd243eea8dc24b4cce66fad00f435a131112 /tools/h5dump | |
parent | c8458f779cc3dc97e2692009c7d22b3df71a1c92 (diff) | |
download | hdf5-6765de0c65a11fe6d039812255a0160b56c2bd8b.zip hdf5-6765de0c65a11fe6d039812255a0160b56c2bd8b.tar.gz hdf5-6765de0c65a11fe6d039812255a0160b56c2bd8b.tar.bz2 |
[svn-r21991] Cleanup minor issues found during 518 merge
Diffstat (limited to 'tools/h5dump')
-rw-r--r-- | tools/h5dump/CMakeLists.txt | 3 | ||||
-rw-r--r-- | tools/h5dump/testh5dump.sh.in | 3 |
2 files changed, 1 insertions, 5 deletions
diff --git a/tools/h5dump/CMakeLists.txt b/tools/h5dump/CMakeLists.txt index 652fe83..f77d6a5 100644 --- a/tools/h5dump/CMakeLists.txt +++ b/tools/h5dump/CMakeLists.txt @@ -131,7 +131,6 @@ IF (BUILD_TESTING) tnamed_dtype_attr.ddl tnestcomp-1.ddl tnbit.ddl - tnofilename.ddl tno-subset.ddl tnullspace.ddl zerodim.ddl @@ -838,8 +837,6 @@ IF (BUILD_TESTING) tnestcomp-1.out.err tnbit.out tnbit.out.err - tnofilename.out - tnofilename.out.err tno-subset.out tno-subset.out.err tnullspace.out diff --git a/tools/h5dump/testh5dump.sh.in b/tools/h5dump/testh5dump.sh.in index ee91880..57168e0 100644 --- a/tools/h5dump/testh5dump.sh.in +++ b/tools/h5dump/testh5dump.sh.in @@ -247,7 +247,6 @@ $SRC_H5DUMP_TESTFILES/tmulti.ddl $SRC_H5DUMP_TESTFILES/tnamed_dtype_attr.ddl $SRC_H5DUMP_TESTFILES/tnestcomp-1.ddl $SRC_H5DUMP_TESTFILES/tnbit.ddl -$SRC_H5DUMP_TESTFILES/tnofilename.ddl $SRC_H5DUMP_TESTFILES/tno-subset.ddl $SRC_H5DUMP_TESTFILES/tnullspace.ddl $SRC_H5DUMP_TESTFILES/zerodim.ddl @@ -881,7 +880,7 @@ TOOLTEST texceedsubcount.ddl -d 1d -c 1,3 taindices.h5 TOOLTEST texceedsubstride.ddl -d 1d -S 1,3 taindices.h5 TOOLTEST texceedsubblock.ddl -d 1d -k 1,3 taindices.h5 -###### 2/17 SKIP tests because compression values are different ############ + # tests for filters # SZIP option="-H -p -d szip tfilters.h5" |