[cgma-dev] r6132 - in cgm/trunk: geom test
janehu at mcs.anl.gov
janehu at mcs.anl.gov
Thu Feb 6 13:56:18 CST 2014
Author: janehu
Date: 2014-02-06 13:56:18 -0600 (Thu, 06 Feb 2014)
New Revision: 6132
Added:
cgm/trunk/test/groups-saved-to-OCC.cxx
Modified:
cgm/trunk/geom/RefEntityFactory.hpp
cgm/trunk/test/Makefile.am
Log:
Added a testfile for RefGroup save and import tests, provided by David Thompson.
Modified: cgm/trunk/geom/RefEntityFactory.hpp
===================================================================
--- cgm/trunk/geom/RefEntityFactory.hpp 2014-02-05 18:51:59 UTC (rev 6131)
+++ cgm/trunk/geom/RefEntityFactory.hpp 2014-02-06 19:56:18 UTC (rev 6132)
@@ -6,7 +6,7 @@
// applications of the geometry module can provide their
// own factory, otherwise this factory is used
//
-// Creator : Tim Tautges (in it's new state)
+// Creator : Tim Tautges (in its new state)
//
// Creation Date : 9/99
//-------------------------------------------------------------------------
Modified: cgm/trunk/test/Makefile.am
===================================================================
--- cgm/trunk/test/Makefile.am 2014-02-05 18:51:59 UTC (rev 6131)
+++ cgm/trunk/test/Makefile.am 2014-02-06 19:56:18 UTC (rev 6132)
@@ -25,7 +25,7 @@
endif
endif
if build_OCC
- TESTS += attribute_to_file loft offset_curves point_project imprint_bug subtract test_occ brick_occ merge_occ r_w operation section AngleCalc_occ CreateGeometry_occ GraphicsData_occ brick_facet merge_facet spheres cylinders multifaceted_works multifaceted_2trisPerSurface_works multifaceted
+ TESTS += attribute_to_file loft offset_curves point_project imprint_bug subtract test_occ brick_occ merge_occ r_w operation section AngleCalc_occ CreateGeometry_occ GraphicsData_occ brick_facet merge_facet spheres cylinders multifaceted_works multifaceted_2trisPerSurface_works multifaceted groups_saved_to_OCC
endif
check_PROGRAMS = $(TESTS)
@@ -45,6 +45,7 @@
libcgm_test_la_SOURCES = TestUtilities.hpp \
TestUtilities.cpp
+groups_saved_to_OCC_SOURCES = groups-saved-to-OCC.cxx
multifaceted_2trisPerSurface_works_SOURCES = multifaceted-2trisPerSurface-works.cxx
multifaceted_works_SOURCES = multifaceted-works.cxx
multifaceted_SOURCES = multifaceted.cpp
@@ -158,6 +159,7 @@
unite3.occ \
unite5.occ \
unite6.occ \
+ groups_saved.occ \
proeexport.iges \
proe.occ \
diffuser.occ \
Added: cgm/trunk/test/groups-saved-to-OCC.cxx
===================================================================
--- cgm/trunk/test/groups-saved-to-OCC.cxx (rev 0)
+++ cgm/trunk/test/groups-saved-to-OCC.cxx 2014-02-06 19:56:18 UTC (rev 6132)
@@ -0,0 +1,109 @@
+#include "AppUtil.hpp"
+#include "CGMApp.hpp"
More information about the cgma-dev
mailing list