[MOAB-dev] r4549 - MOAB/trunk/test/h5file
kraftche at cae.wisc.edu
kraftche at cae.wisc.edu
Tue Mar 8 10:47:22 CST 2011
Author: kraftche
Date: 2011-03-08 10:47:22 -0600 (Tue, 08 Mar 2011)
New Revision: 4549
Modified:
MOAB/trunk/test/h5file/h5sets_test.cpp
Log:
re-enalbe some tests of HDF5 writer that I accidentally left disabled at some point
Modified: MOAB/trunk/test/h5file/h5sets_test.cpp
===================================================================
--- MOAB/trunk/test/h5file/h5sets_test.cpp 2011-03-08 16:37:37 UTC (rev 4548)
+++ MOAB/trunk/test/h5file/h5sets_test.cpp 2011-03-08 16:47:22 UTC (rev 4549)
@@ -325,9 +325,9 @@
// only one test so far... should probably add second test
// for really-old-format entityset parent/child links
int exitval = 0;
- //exitval += RUN_TEST( test_ranged_set_with_holes );
- //exitval += RUN_TEST( test_file_set );
- //exitval += RUN_TEST( test_small_tree );
+ exitval += RUN_TEST( test_ranged_set_with_holes );
+ exitval += RUN_TEST( test_file_set );
+ exitval += RUN_TEST( test_small_tree );
exitval += RUN_TEST( regression_mmiller_8_2010 );
if (do_big_tree_test) {
exitval += RUN_TEST( test_big_tree );
More information about the moab-dev
mailing list