git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@787 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2013-01-11 14:54:46 +00:00
parent 0756fe28fa
commit f618eb8fc0
2 changed files with 3 additions and 3 deletions

View File

@@ -113,7 +113,7 @@ TEST_F(OpenMeshTrimeshCirculatorFaceFace, FaceFaceIterWithHoles) {
/* /*
* Small FaceFaceIterator Test with holes in it * Small FaceFaceIterator Test with holes in it
*/ */
TEST_F(OpenMeshCirculators, FaceFaceIterWithoutHoles) { TEST_F(OpenMeshTrimeshCirculatorFaceFace, FaceFaceIterWithoutHoles) {
mesh_.clear(); mesh_.clear();
@@ -210,7 +210,7 @@ TEST_F(OpenMeshCirculators, FaceFaceIterWithoutHoles) {
/* /*
* Small FaceFaceIterator Test for getting handles and faces from the facefaceiterator * Small FaceFaceIterator Test for getting handles and faces from the facefaceiterator
*/ */
TEST_F(OpenMeshCirculators, FaceFaceIteratorHandleConversion) { TEST_F(OpenMeshTrimeshCirculatorFaceFace, FaceFaceIteratorHandleConversion) {
mesh_.clear(); mesh_.clear();

View File

@@ -176,7 +176,7 @@ TEST_F(OpenMeshTrimeshCirculatorVertexOHalfEdge, VertexOutgoingHalfedgeWithoutHo
* Small Test to check dereferencing the iterator * Small Test to check dereferencing the iterator
* No real result * No real result
*/ */
TEST_F(OpenMeshCirculators, VertexOutgoingHalfedgeDereference) { TEST_F(OpenMeshTrimeshCirculatorVertexOHalfEdge, VertexOutgoingHalfedgeDereference) {
mesh_.clear(); mesh_.clear();