[MOAB-dev] r5816 - MOAB/trunk/test

iulian at mcs.anl.gov iulian at mcs.anl.gov
Sun Oct 21 12:22:34 CDT 2012


Author: iulian
Date: 2012-10-21 12:22:34 -0500 (Sun, 21 Oct 2012)
New Revision: 5816

Modified:
   MOAB/trunk/test/mbfacet_test.cpp
   MOAB/trunk/test/mbground_test.cpp
Log:
this is a funny one
mbground_test and mbfacet_test were using the same name for output files
(something like PB_new.h5m);
this was fine for "make check" but it is not for
"make -j4 check", which speeded up the buildbot by a factor of 2, on gnep.



Modified: MOAB/trunk/test/mbfacet_test.cpp
===================================================================
--- MOAB/trunk/test/mbfacet_test.cpp	2012-10-19 19:17:21 UTC (rev 5815)
+++ MOAB/trunk/test/mbfacet_test.cpp	2012-10-21 17:22:34 UTC (rev 5816)
@@ -85,7 +85,7 @@
 {
   filename = TestDir + "/PB.h5m";
   polygon_file_name = TestDir + "/polyPB.txt";
-  filename_out = "PB_new.h5m";
+  filename_out = "PB_facet.h5m";
   quads_file = TestDir + "/quads.h5m";
 
   min_dot = 0.8;

Modified: MOAB/trunk/test/mbground_test.cpp
===================================================================
--- MOAB/trunk/test/mbground_test.cpp	2012-10-19 19:17:21 UTC (rev 5815)
+++ MOAB/trunk/test/mbground_test.cpp	2012-10-21 17:22:34 UTC (rev 5816)
@@ -74,7 +74,7 @@
 {
   filename = TestDir + "/PB.h5m";
   polyline_file_name = TestDir + "/polyline.txt";
-  filename_out = "PB_new.h5m";
+  filename_out = "PB_ground.h5m";
   min_dot = 0.8;
 
   keep_output = false;



More information about the moab-dev mailing list