diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2004-01-10 01:41:34 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2004-01-10 01:41:34 (GMT) |
commit | 7f6fbe6b604423782f6195b809a23c32d0bd1863 (patch) | |
tree | e8c77f2aec3dbc365983995305864e47c5119b18 /test/trefer.c | |
parent | c891e4a01e575cec23d51b526fd792b57eab9d06 (diff) | |
download | hdf5-7f6fbe6b604423782f6195b809a23c32d0bd1863.zip hdf5-7f6fbe6b604423782f6195b809a23c32d0bd1863.tar.gz hdf5-7f6fbe6b604423782f6195b809a23c32d0bd1863.tar.bz2 |
[svn-r8049] Purpose:
Code cleanup & reorganization
Description:
Move further in the testing framework cleanup, eliminating all the
global variables (moving them into testframe.c as static variables) from the
testing framework code and moving it into the libh5test.a.
Platforms tested:
FreeBSD 4.9 (sleipnir) w & w/o thread-safety, c++ & parallel
h5committested
Diffstat (limited to 'test/trefer.c')
-rw-r--r-- | test/trefer.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/trefer.c b/test/trefer.c index 7a94d62..f911a32 100644 --- a/test/trefer.c +++ b/test/trefer.c @@ -263,8 +263,7 @@ test_reference_obj(void) /* Check for correct comment value */ if(HDstrcmp(write_comment,read_comment)!=0) { - num_errs++; - MESSAGE(0, ("Error! Incorrect group comment, wanted: %s, got: %s",write_comment,read_comment)); + TestErrPrintf("Error! Incorrect group comment, wanted: %s, got: %s\n",write_comment,read_comment); } /* Close group */ |