summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tvldtypes4.h5.xml
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r23818] The forgotten testfile changesAllen Byrne2013-06-251-1/+1
|
* [svn-r22013] HDFFV-7560:Allen Byrne2012-03-021-6/+8
| | | | | | | | | | Merge 1.8 and h5dump/tools and tests based on tools library from trunk. Reduced warnings. HDFFV-7949: Remove duplicated functions in h5ls Tested: local linux,h5committest
* [svn-r21211] Correct location of xml schema files. JIRA HDFFV-7688Allen Byrne2011-08-101-1/+1
|
* [svn-r20886] purpose:Jonathan Kim2011-05-201-3/+0
| | | | | | | | | | | | | hdffv-7514 - GMQS: h5dump - improve effectiveness of testing scripts for handling expected output files description: Removed top 3 lines from expected output file and update testing scripts accordingly. These lines started to become maintainence headaches. First phase for h5dump test update. Next phase will be for h5ls. this is prerequisite for 'hdffv-7602 tools - upgrade tools' test scripts to share test files among tools, providing framework for test file re-usability.' Tested: jam (linux32-LE), koala (linux64-LE), heiwa (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE), cmake (jam)
* [svn-r16668] Corrected the urls for h5dump xml dtd and schemaAllen Byrne2009-04-031-1/+1
| | | | Tested: Fedora 10 gcc
* [svn-r13179] Pedro Vicente Nunes2007-01-231-1/+1
| | | | replaced the path to XML schema from NCSA page to hdfgroup.org
* [svn-r7842] Purpose:Quincey Koziol2003-11-131-0/+55
Bug fix Description: Variable length strings and sequences with NULL pointers were not handled by library, causing problems access the data. This also affected fill values for variable-length datatypes. Solution: Address the issues in the library by detecting NULL sequences/strings and avoid trying to convert them. Patched up dumper to display NULL sequences/strings. Platforms tested: FreeBSD 4.9 (sleipnir) h5committest