Skip to content
Snippets Groups Projects
Commit 7820fdef authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Add missing tests for FaceIntegrator

parent 05d4f36f
No related branches found
No related tags found
1 merge request!127Add missing tests and check that required formula exist at runtime
...@@ -144,9 +144,11 @@ class FaceIntegrator ...@@ -144,9 +144,11 @@ class FaceIntegrator
} }
break; break;
} }
// LCOV_EXCL_START
default: { default: {
invalid_face = std::make_pair(true, face_id); invalid_face = std::make_pair(true, face_id);
} }
// LCOV_EXCL_STOP
} }
}); });
...@@ -159,7 +161,9 @@ class FaceIntegrator ...@@ -159,7 +161,9 @@ class FaceIntegrator
// LCOV_EXCL_STOP // LCOV_EXCL_STOP
} else { } else {
// LCOV_EXCL_START
throw UnexpectedError("invalid dimension for face integration"); throw UnexpectedError("invalid dimension for face integration");
// LCOV_EXCL_STOP
} }
} }
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment