Skip to content
This repository was archived by the owner on Nov 22, 2023. It is now read-only.

Commit 445b271

Browse files
committed
fix test
1 parent 11b0701 commit 445b271

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/meshes.jl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,11 @@ end
157157
end
158158

159159
@testset "construction" begin
160+
VT = vertextype(GLNormalMesh)
161+
FT = facetype(GLNormalMesh)
162+
vs = [VT(0., 0, 0), VT(1., 0, 0), VT(0., 1, 0)]
163+
fs = [FT(1, 2, 3)]
164+
160165
# test for https://github.com/JuliaGeometry/GeometryTypes.jl/issues/92
161166
m = HomogenousMesh(vs, fs)
162167
@test HomogenousMesh(m) == m

0 commit comments

Comments
 (0)