Skip to content

Commit 9435cce

Browse files
committed
Call verbosity setter
You'd think that adding one line of do-nothing test coverage is pointless, but at least it would have caught that embarrassing omitted definition as a linker error.
1 parent 4c06a3e commit 9435cce

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tests/mesh/mesh_tet_test.C

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,10 @@ public:
375375

376376
Mesh mesh(*TestCommWorld);
377377
NetGenMeshInterface net_tet(mesh);
378+
379+
// This should give no output for our correctly-set-up inputs
380+
net_tet.set_verbosity(50);
381+
378382
testTrisToTets(mesh, net_tet);
379383
testBcids(mesh);
380384
}

0 commit comments

Comments
 (0)