Fixed array size for unit test

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@418 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2011-10-07 16:21:20 +00:00
parent c89c318ef1
commit f88b86dd14

View File

@@ -422,7 +422,7 @@ TEST_F(OpenMeshIterators, FaceFaceIterWithoutHoles) {
mesh_.clear();
// Add some vertices
Mesh::VertexHandle vhandle[5];
Mesh::VertexHandle vhandle[6];
vhandle[0] = mesh_.add_vertex(Mesh::Point(0, 1, 0));
vhandle[1] = mesh_.add_vertex(Mesh::Point(1, 0, 0));