diff options
author | Scott Wegner <swegner@hdfgroup.org> | 2007-05-22 18:16:15 (GMT) |
---|---|---|
committer | Scott Wegner <swegner@hdfgroup.org> | 2007-05-22 18:16:15 (GMT) |
commit | 4d5673c3c0372f577f457c7e6def7d0d3b59c86c (patch) | |
tree | 3a1c961c0e3bbe84843ab1a1a1f03c19e0640ae8 /windows/tools | |
parent | 668d8d5aa3d169182254febff02b725eb5a433cf (diff) | |
download | hdf5-4d5673c3c0372f577f457c7e6def7d0d3b59c86c.zip hdf5-4d5673c3c0372f577f457c7e6def7d0d3b59c86c.tar.gz hdf5-4d5673c3c0372f577f457c7e6def7d0d3b59c86c.tar.bz2 |
[svn-r13785] Initial update to fix test failures caused by Linux test script update (rev 13775). More work needs to be done to incorporate the new tests.
Tested:
VS6 on Win XP
Diffstat (limited to 'windows/tools')
-rwxr-xr-x | windows/tools/dumptest.bat | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/windows/tools/dumptest.bat b/windows/tools/dumptest.bat index 18e6041..3af0558 100755 --- a/windows/tools/dumptest.bat +++ b/windows/tools/dumptest.bat @@ -476,15 +476,16 @@ call %tooltest% tvms.ddl ::test for binary output
-set flag=-d integer -o out1.bin -b LE %tbinary%
+set flag=-d array -o out1.bin -b LE %tbinary%
call %tooltest% tbin1.ddl
set flag=-d float -o out2.bin -b BE %tbinary%
call %tooltest% tbin2.ddl
-set flag=-d array -o out3.bin -b MEMORY %tbinary%
+set flag=-d integer -o out3.bin -b MEMORY %tbinary%
call %tooltest% tbin3.ddl
+
set flag=-d double -o out4.bin -b FILE %tbinary%
call %tooltest% tbin4.ddl
|