summaryrefslogtreecommitdiffstats
path: root/windows
diff options
context:
space:
mode:
authorFang Guo <fangguo@ncsa.uiuc.edu>2006-03-28 20:09:56 (GMT)
committerFang Guo <fangguo@ncsa.uiuc.edu>2006-03-28 20:09:56 (GMT)
commit194d3dfe522c2b6612586829d47e830ad5c7ef0c (patch)
treec2bbcb9f66f41955d060bbbcf3b919df3fcb8196 /windows
parent54014d2417e3c7915b12277c5fdeaabbe17967ce (diff)
downloadhdf5-194d3dfe522c2b6612586829d47e830ad5c7ef0c.zip
hdf5-194d3dfe522c2b6612586829d47e830ad5c7ef0c.tar.gz
hdf5-194d3dfe522c2b6612586829d47e830ad5c7ef0c.tar.bz2
[svn-r12170] Purpose:
Maintenance on Windows Description: update batch file according to Pedro's bug fix (h5dump was not printing attributes for the named datatype cases) Solution: Platforms tested: Windows XP Misc. update:
Diffstat (limited to 'windows')
-rwxr-xr-xwindows/tools/dumptest.bat8
1 files changed, 4 insertions, 4 deletions
diff --git a/windows/tools/dumptest.bat b/windows/tools/dumptest.bat
index 5d58e12..c2600bf 100755
--- a/windows/tools/dumptest.bat
+++ b/windows/tools/dumptest.bat
@@ -121,10 +121,10 @@ call %tooltest% tattr-2.ddl
set flag=--header -a /attr2 --attribute=/attr %tattr%
call %tooltest% tattr-3.ddl
-::------------------------------------------------
-::test for displaying shared datatype in attribute
-::------------------------------------------------
-set flag=-A %tnamed_dtype_attr%
+::-----------------------------------------------------------------------------
+::test for displaying attributes in shared datatype (also in group and dataset)
+::-----------------------------------------------------------------------------
+set flag=%tnamed_dtype_attr%
call %tooltest% tnamed_dtype_attr.ddl
::------------------------------