hdf5/c++/test
Elena Pourmal 11cf4bacb7 [svn-r12252] Purpose: Maintenance
Description: Brought VMS changes back (very minor):
             In tfile.cpp file some tests for open and creation should fail on UNIX,
             but this is not true on VMS since it has versioning of the files.
             In dsets.cpp std::count was used, but it is not available on VMS; also
             VMS didn't like "bogus" name for the filter function.


Solution: Used H5_HAVE_FILE_VERSIONS and H5_VMS variables to control the tests;
          replaced "bogus" function with "filter_bogus" function

Platforms tested: VMS server, heping

Misc. update:
2006-04-14 16:39:46 -05:00
..
dsets.cpp [svn-r12252] Purpose: Maintenance 2006-04-14 16:39:46 -05:00
h5cpputil.cpp [svn-r12202] Purpose: Maintenance 2006-04-05 11:50:56 -05:00
h5cpputil.h [svn-r12202] Purpose: Maintenance 2006-04-05 11:50:56 -05:00
Makefile.am [svn-r12229] Purpose: 2006-04-12 16:21:38 -05:00
Makefile.in [svn-r12229] Purpose: 2006-04-12 16:21:38 -05:00
tattr.cpp [svn-r12202] Purpose: Maintenance 2006-04-05 11:50:56 -05:00
testhdf5.cpp [svn-r12180] Purpose: Maintenance 2006-03-30 13:06:58 -05:00
tfile.cpp [svn-r12252] Purpose: Maintenance 2006-04-14 16:39:46 -05:00
th5s.cpp [svn-r12202] Purpose: Maintenance 2006-04-05 11:50:56 -05:00
th5s.h5