Skip to content
Snippets Groups Projects
Commit 81e10b49 authored by Max Lyon's avatar Max Lyon
Browse files

fix unittests

parent f0c017e9
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -28,6 +28,8 @@ protected:
virtual void SetUp() {
// Do some initial stuff with the member data here...
mesh_.enable_deferred_deletion(false);
mesh_.enable_fast_deletion(false);
}
// This function is called after all tests are through
......@@ -64,6 +66,8 @@ protected:
virtual void SetUp() {
// Do some initial stuff with the member data here...
mesh_.enable_deferred_deletion(false);
mesh_.enable_fast_deletion(false);
}
// This function is called after all tests are through
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment