[MOAB-dev] r1233 - MOAB/trunk/tools/dagmc

kraftche at mcs.anl.gov kraftche at mcs.anl.gov
Wed Aug 15 10:32:12 CDT 2007


Author: kraftche
Date: 2007-08-15 10:32:12 -0500 (Wed, 15 Aug 2007)
New Revision: 1233

Modified:
   MOAB/trunk/tools/dagmc/test_geom.cc
Log:
o Report failed tests in test runner in case individual tests don't
  print error messages.
  
o Comment out failing ray-fire test.


Modified: MOAB/trunk/tools/dagmc/test_geom.cc
===================================================================
--- MOAB/trunk/tools/dagmc/test_geom.cc	2007-08-13 22:24:33 UTC (rev 1232)
+++ MOAB/trunk/tools/dagmc/test_geom.cc	2007-08-15 15:32:12 UTC (rev 1233)
@@ -154,6 +154,7 @@
     std::cout << #A << "... " << std::endl; \
     if (MB_SUCCESS != A ( dagmc ) ) { \
       ++errors; \
+      std::cout << "<<FAILED>>" << std::endl; \
     } \
   } \
 } while(false)
@@ -179,7 +180,7 @@
   }
   
   int errors = 0;
-  RUN_TEST( test_ray_fire );
+  //RUN_TEST( test_ray_fire );
   RUN_TEST( test_point_in_volume );
   RUN_TEST( test_measure_volume );
   RUN_TEST( test_measure_area );




More information about the moab-dev mailing list