diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2009-04-20 06:35:57 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2009-04-20 06:35:57 (GMT) |
commit | 58976422500779b530468a488e6b011c985e8374 (patch) | |
tree | 37ae090825d32773e7afaecb306cf40e611e21d7 | |
parent | 637280023566692eb5115fc303fcfa18a04f09e2 (diff) | |
download | hdf5-58976422500779b530468a488e6b011c985e8374.zip hdf5-58976422500779b530468a488e6b011c985e8374.tar.gz hdf5-58976422500779b530468a488e6b011c985e8374.tar.bz2 |
[svn-r16795] Description:
Enabled dsets test again because no more failure on liberty. When
I checked about the failure before, it seemed to have something to
do with using cerr/cout. At that time, the failure disappeared
when all cerrs/couts were removed. Probably, it was some temporary
system problem.
Platforms tested:
Linux/32 2.6 (jam)
FreeBSD/64 6.3 (liberty)
-rw-r--r-- | c++/test/dsets.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/c++/test/dsets.cpp b/c++/test/dsets.cpp index e2f02e4..2e79240 100644 --- a/c++/test/dsets.cpp +++ b/c++/test/dsets.cpp @@ -968,7 +968,6 @@ static herr_t test_types(H5File& file) */ int main(void) { -#ifdef SKIP_UNTIL_APRIL_2009 hid_t fapl_id; fapl_id = h5_fileaccess(); // in h5test.c, returns a file access template @@ -1008,8 +1007,6 @@ int main(void) // Print out dsets test results cerr << endl << endl; return(test_report(nerrors, H5std_string(" Dataset"))); -#endif - SKIPPED(); } // main /*------------------------------------------------------------------------- |