[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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user