summaryrefslogtreecommitdiffstats
path: root/c++/examples/expected.out
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r13881] Purpose: Updated C++ examples expected outputScott Wegner2007-06-191-10/+9
| | | | | | | | | Description: Bring the expected output for the C++ examples up-to-date. This file is used in the Windows test script. It is also used by ./c++/examples/testexamples.sh, although this script is never run by hand. 'make check' runs the script generated by testh5c++.sh.in, which doesn't use expected.out. Tested: VS6 on WinXP kagiso
* [svn-r3097] Purpose:Bill Wendling2000-12-081-0/+82
Add Description: Adding a small amount of testing to the C++ library until "real" testing can be created. (We use the examples). Platforms tested: Linux