[svn-r13201] Purpose: Adding test

Description:
    Added
        * tests for some generic datatype operations
        * tests for compound datatype operations
    These tests are checked in now to make sure they're safe!  They can
    use some more comments and minor cleanups.  Will do very soon.

    Fixed few minor typos.

Platforms tested
    AIX 5.1 (copper)
    SunOS 5.8 64-bit (sol)
    HPUX 11.00 (kelgia)
This commit is contained in:
Binh-Minh Ribler
2007-01-26 00:40:17 -05:00
parent 134352c456
commit fd318bcf1f
8 changed files with 1648 additions and 20 deletions

View File

@@ -97,9 +97,9 @@ int test_report( int nerrors, const H5std_string& testname )
void issue_fail_msg(const char* where, int line, const char* file_name,
const char* message)
{
if (GetTestVerbosity()>=VERBO_HI)
//if (GetTestVerbosity()>=VERBO_HI)
{
cerr << "--> From " << where << " at line " << line
cerr << "ERROR>>> From " << where << " at line " << line
<< " in " << file_name << " - " << message << endl << endl;
}
}