diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2011-07-11 21:20:08 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2011-07-11 21:20:08 (GMT) |
commit | c80afb0ceefc758764fb96dd591231ec78ef21a0 (patch) | |
tree | affe96f6594562f7796ac787952f0f2c91abd119 /windows/tools/h5dump | |
parent | c4dc054ac35a319555e147796f7e57edff7a94e7 (diff) | |
download | hdf5-c80afb0ceefc758764fb96dd591231ec78ef21a0.zip hdf5-c80afb0ceefc758764fb96dd591231ec78ef21a0.tar.gz hdf5-c80afb0ceefc758764fb96dd591231ec78ef21a0.tar.bz2 |
[svn-r21092] Needed to remove the "echo Expected Results" section due to removal from reference files
Diffstat (limited to 'windows/tools/h5dump')
-rw-r--r-- | windows/tools/h5dump/testh5dump.bat | 8 | ||||
-rw-r--r-- | windows/tools/h5dump/testh5dumpxml.bat | 3 |
2 files changed, 2 insertions, 9 deletions
diff --git a/windows/tools/h5dump/testh5dump.bat b/windows/tools/h5dump/testh5dump.bat index 0f3f9c7..c41e4b2 100644 --- a/windows/tools/h5dump/testh5dump.bat +++ b/windows/tools/h5dump/testh5dump.bat @@ -109,10 +109,6 @@ rem rem We need to replace PERCENT here with "%" for tests that use percents
rem Also remove quotes here, because Linux 'echo' command strips them.
rem --SJW 8/24/07
- set params_echo=!params:PERCENT=%%!
- echo.#############################
- echo.Expected output for 'h5dump !params_echo:"=!'
- echo.#############################
pushd %CD%\..\testfiles
%dumper_bin% !params:PERCENT=%%!
popd
@@ -616,8 +612,8 @@ rem ############################################################################ rem test for dangling external links call :tooltest textlink.ddl textlink.h5 - rem test for dataset packed bits
- rem Set up xCMD to test or skip.
+ rem test for dataset packed bits
+ rem Set up xCMD to test or skip.
rem Limits:
rem Maximum number of packed bits is 8 (for now).
rem Maximum integer size is 64 (for now).
diff --git a/windows/tools/h5dump/testh5dumpxml.bat b/windows/tools/h5dump/testh5dumpxml.bat index 63356aa..22c13ae 100644 --- a/windows/tools/h5dump/testh5dumpxml.bat +++ b/windows/tools/h5dump/testh5dumpxml.bat @@ -77,9 +77,6 @@ rem (
rem Remove quotes here, because Linux 'echo' command strips them.
rem --SJW 8/24/07
- echo.#############################
- echo.Expected output for 'h5dump !params:"=!'
- echo.#############################
pushd %CD%\..\testfiles
%dumper_bin% !params!
popd
|