diff options
author | MuQun Yang <ymuqun@hdfgroup.org> | 2006-11-08 17:27:31 (GMT) |
---|---|---|
committer | MuQun Yang <ymuqun@hdfgroup.org> | 2006-11-08 17:27:31 (GMT) |
commit | 8d5ea6dde8c60735407ee67feeb40af6715cf2e5 (patch) | |
tree | b3d56ed5c51a248f427ac6a6a235591406a4200f | |
parent | 43e7c6dbed23fce711efcc5040415e5f6bf3e6d0 (diff) | |
download | hdf5-8d5ea6dde8c60735407ee67feeb40af6715cf2e5.zip hdf5-8d5ea6dde8c60735407ee67feeb40af6715cf2e5.tar.gz hdf5-8d5ea6dde8c60735407ee67feeb40af6715cf2e5.tar.bz2 |
[svn-r12881] updated the batch file a little to reflect the testing position of ref.
-rwxr-xr-x | windows/test/hdf5test.bat | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/windows/test/hdf5test.bat b/windows/test/hdf5test.bat index 566608e..39dc40a 100755 --- a/windows/test/hdf5test.bat +++ b/windows/test/hdf5test.bat @@ -237,6 +237,12 @@ echo ============================ getname%2\%1\getname%2
+echo ============================
+echo Testing ref
+echo ============================
+
+ref%2\%1\ref%2
+
echo.
echo ============================
echo Testing vfd
@@ -285,17 +291,7 @@ echo ============================ fheap%2\%1\fheap%2
-echo ============================
-echo Testing btree2
-echo ============================
-
-btree2%2\%1\btree2%2
-
-echo ============================
-echo Testing ref
-echo ============================
-ref%2\%1\ref%2
echo.
echo ============================
echo Testing ./testerror.sh
|