[cgma-dev] r5269 - cgm/trunk/test

jiangtao_ma at yahoo.com jiangtao_ma at yahoo.com
Mon Dec 19 12:22:59 CST 2011


Author: janehu
Date: 2011-12-19 12:22:58 -0600 (Mon, 19 Dec 2011)
New Revision: 5269

Removed:
   cgm/trunk/test/modify.cpp_5163
   cgm/trunk/test/r_w.cpp_4775
   cgm/trunk/test/subtract.cpp_5170
Modified:
   cgm/trunk/test/Makefile.am
Log:
Added testcase for bug 247.

Modified: cgm/trunk/test/Makefile.am
===================================================================
--- cgm/trunk/test/Makefile.am	2011-12-19 15:32:57 UTC (rev 5268)
+++ cgm/trunk/test/Makefile.am	2011-12-19 18:22:58 UTC (rev 5269)
@@ -22,7 +22,7 @@
 endif
 endif
 if build_OCC
-  TESTS += attribute_to_file attribute_to_buffer modify subtract makept r_w test_occ operation brick_occ merge_occ point_project
+  TESTS += attribute_to_file attribute_to_buffer modify subtract makept r_w test_occ operation brick_occ merge_occ point_project imprint_bug
 endif
 
 check_PROGRAMS = $(TESTS)
@@ -37,6 +37,7 @@
 
 makept_SOURCES = makept.cpp
 modify_SOURCES = modify.cpp
+imprint_bug_SOURCES = imprint_bug.cpp
 subtract_SOURCES = subtract.cpp
 sheet_SOURCES  = sheet.cpp
 r_w_SOURCES    = r_w.cpp
@@ -95,6 +96,8 @@
              Line_2.brep    \
              stitch.name_occ \ 
              box-w-hole.brep \
+             Solid_6.brep  \
+             Solid_7.brep  \
              holysurf.sat
 
 # Files that are created by tests, and that therefore 

Deleted: cgm/trunk/test/modify.cpp_5163
===================================================================
--- cgm/trunk/test/modify.cpp_5163	2011-12-19 15:32:57 UTC (rev 5268)
+++ cgm/trunk/test/modify.cpp_5163	2011-12-19 18:22:58 UTC (rev 5269)
@@ -1,1381 +0,0 @@
-/**
- * \file makept.cpp
- *
- * \brief makept, another simple C++ driver for CGM
- *
- * This program acts as a simple driver for CGM.  It reads in a geometry,
- * and performs varies checks for bodies, surfaces, curves and vertices.
- */
-
-#undef NDEBUG
-#include <cassert>
-
-#include "GeometryModifyTool.hpp"
-#include "GeometryQueryTool.hpp"
-#include "OCCQueryEngine.hpp"


More information about the cgma-dev mailing list