[MOAB-dev] r4945 - in MOAB/trunk: MeshFiles/unittest test
iulian at mcs.anl.gov
iulian at mcs.anl.gov
Sat Jun 4 08:49:07 CDT 2011
Author: iulian
Date: 2011-06-04 08:49:02 -0500 (Sat, 04 Jun 2011)
New Revision: 4945
Modified:
MOAB/trunk/MeshFiles/unittest/Makefile.am
MOAB/trunk/test/mbfacet_test.cpp
Log:
distcheck failed because the test files were not part of distribution.
also, we can't create new files there during test, they must be created
(and deleted) in the working directory.
Modified: MOAB/trunk/MeshFiles/unittest/Makefile.am
===================================================================
--- MOAB/trunk/MeshFiles/unittest/Makefile.am 2011-06-03 20:23:07 UTC (rev 4944)
+++ MOAB/trunk/MeshFiles/unittest/Makefile.am 2011-06-04 13:49:02 UTC (rev 4945)
@@ -20,5 +20,9 @@
testquad.g \
testtet.g \
ptest.cub \
- 64bricks_512hex.h5m
+ 64bricks_512hex.h5m \
+ partBed.smf \
+ PB.h5m \
+ polyPB.txt \
+ quads.h5m
Modified: MOAB/trunk/test/mbfacet_test.cpp
===================================================================
--- MOAB/trunk/test/mbfacet_test.cpp 2011-06-03 20:23:07 UTC (rev 4944)
+++ MOAB/trunk/test/mbfacet_test.cpp 2011-06-04 13:49:02 UTC (rev 4945)
@@ -743,7 +743,7 @@
// export split triangles model, after deleting the smooth tags
pFacet->delete_smooth_tags();
- std::string spl_file=quads_file+".split.h5m";
+ std::string spl_file="q.split.h5m";
rval = mb->write_file(spl_file.c_str(), 0, 0, &root_set, 1);
CHECK("can't write result file");
More information about the moab-dev
mailing list