diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2009-02-03 21:38:14 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2009-02-03 21:38:14 (GMT) |
commit | 9ada07ef3a98f12fe04cedc331e5f6a4b570b57e (patch) | |
tree | 5507f8a20a1c7aec57c22eb4a4ac46fff54a705d /windows/tools/h5repack | |
parent | 285d83cf36a108eea55428da4d213255ed29dd0a (diff) | |
download | hdf5-9ada07ef3a98f12fe04cedc331e5f6a4b570b57e.zip hdf5-9ada07ef3a98f12fe04cedc331e5f6a4b570b57e.tar.gz hdf5-9ada07ef3a98f12fe04cedc331e5f6a4b570b57e.tar.bz2 |
[svn-r16412] testh5ls.bat - added tests to match script file from rev 16310
h5repack.bat - added test to match script file from rev 16402
set_extent.vcproj - added WS2_32.lib for change to set_extent from rev 16406
h5pubconf.h - added C99 undef to sync with *nix configuration
Tested:
Vista32, XP32, XP64 using VNET, VS2005 VS2008
Diffstat (limited to 'windows/tools/h5repack')
-rw-r--r-- | windows/tools/h5repack/h5repack.bat | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/windows/tools/h5repack/h5repack.bat b/windows/tools/h5repack/h5repack.bat index eb4da34..a2cc9a3 100644 --- a/windows/tools/h5repack/h5repack.bat +++ b/windows/tools/h5repack/h5repack.bat @@ -61,6 +61,8 @@ set file10=h5repack_fletcher.h5 set file11=h5repack_filters.h5
set file12=h5repack_nbit.h5
set file13=h5repack_soffset.h5
+rem A file with an older version of the layout message (copy of test/tlayouto.h5)
+set file14=h5repack_layouto.h5
set nerrors=0
@@ -593,6 +595,10 @@ rem rem add alignment
set arg=%file1% -t 1 -a 1
call :tooltest %arg%
+
+ rem Check repacking file with old version of layout message (should get upgraded
+ rem to new version and be readable, etc.)
+ call :tooltest %file14%
if %nerrors% equ 0 (
|