diff options
author | Scott Wegner <swegner@hdfgroup.org> | 2008-07-02 15:06:09 (GMT) |
---|---|---|
committer | Scott Wegner <swegner@hdfgroup.org> | 2008-07-02 15:06:09 (GMT) |
commit | e662641a45b5d4bc4d8e048cc11ea86e934768bf (patch) | |
tree | 32a49ed18f976e4c9f5ace3d8c273f7bd3e4c502 /windows/hl | |
parent | e5df9bb33aa8b88bd0df21479942c1156ffd52aa (diff) | |
download | hdf5-e662641a45b5d4bc4d8e048cc11ea86e934768bf.zip hdf5-e662641a45b5d4bc4d8e048cc11ea86e934768bf.tar.gz hdf5-e662641a45b5d4bc4d8e048cc11ea86e934768bf.tar.bz2 |
[svn-r15310] Purpose: Update Windows gif2h5 test script for new testfiles directory
Tested:
VS2005 on WinXP
Diffstat (limited to 'windows/hl')
-rw-r--r-- | windows/hl/tools/gif2h5/h52giftest.bat | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/windows/hl/tools/gif2h5/h52giftest.bat b/windows/hl/tools/gif2h5/h52giftest.bat index 80a5391..742743b 100644 --- a/windows/hl/tools/gif2h5/h52giftest.bat +++ b/windows/hl/tools/gif2h5/h52giftest.bat @@ -31,8 +31,8 @@ set gif2h5=gif2h5%2 rem The path to the gif2h5 binary
set gif2h5_bin=%CD%\..\gifconv%2\%gif2h5%\%1\%gif2h5%
-set testfile1=%CD%\..\testfiles\h52giftst.h5
-set testfile2=%CD%\..\testfiles\image1.gif
+set testfile1=%CD%\testfiles\h52giftst.h5
+set testfile2=%CD%\testfiles\image1.gif
rem initialze errors variable
set errors=0
|