diff options
author | Scott Wegner <swegner@hdfgroup.org> | 2008-03-10 18:24:59 (GMT) |
---|---|---|
committer | Scott Wegner <swegner@hdfgroup.org> | 2008-03-10 18:24:59 (GMT) |
commit | fa81a84cec5fe9b8c850821934afbed9ceee8e77 (patch) | |
tree | 15383b82227721365dbac81abd9b5bc49c27f4fc /windows | |
parent | 2a2ccb45611800ba89dd23b6445e0b4b82bf92e3 (diff) | |
download | hdf5-fa81a84cec5fe9b8c850821934afbed9ceee8e77.zip hdf5-fa81a84cec5fe9b8c850821934afbed9ceee8e77.tar.gz hdf5-fa81a84cec5fe9b8c850821934afbed9ceee8e77.tar.bz2 |
[svn-r14717] Purpose: Remove commented test in h5dump test script
Description:
A commented test was deleted from the main h5dump test script. This makes the same change in the Windows script. This won't actually make any noticeable changes-- just to keep up with Linux.
Tested:
None needed, no new tests, just deleted comments
Diffstat (limited to 'windows')
-rw-r--r-- | windows/tools/h5dump/testh5dump.bat | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/windows/tools/h5dump/testh5dump.bat b/windows/tools/h5dump/testh5dump.bat index f26a5d9..9f202c5 100644 --- a/windows/tools/h5dump/testh5dump.bat +++ b/windows/tools/h5dump/testh5dump.bat @@ -16,7 +16,7 @@ rem rem Tests for the h5dump tool
rem
rem Created: Scott Wegner, 8/23/07
-rem Modified: Scott Wegner, 8/27/07
+rem Modified: Scott Wegner, 3/10/08
rem
setlocal enabledelayedexpansion
@@ -405,8 +405,7 @@ rem ############################################################################ call :tooltest tall-4s.ddl --dataset=/g1/g1.1/dset1.1.1 --start=1,1 --stride=2,3 --count=3,2 --block=1,1 tall.h5
call :tooltest tall-5s.ddl -d "/g1/g1.1/dset1.1.2[0;2;10;]" tall.h5
call :tooltest tdset-3s.ddl -d "/dset1[1,1;;;]" tdset.h5
- rem block
- rem call :tooltest tdset2-1s.ddl -d "/dset1[;3,2;4,4;1,4]" tdset2.h5
+
rem test printing characters in ASCII instead of decimal
call :tooltest tchar1.ddl -r tchar.h5
|