Skip to content

Commit

Permalink
Updated test specification in refine_sideset_generator/tests
Browse files Browse the repository at this point in the history
  • Loading branch information
socratesgorilla committed Oct 4, 2021
1 parent 7fdf8b2 commit b264c73
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions test/tests/meshgenerators/refine_sideset_generator/tests
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
cli_args = "--mesh-only"
detail = 'both the neighboring elements of, and the elements along, a specified boundary'
[]
[failure]
type = 'RunException'
input = 'test_multi.i'
recover = false
cli_args = "Mesh/refine/boundaries='foo' --mesh-only"
expect_err = "The boundary *"
detail = 'both the neighboring elements of, and the elements along, a specified boundary'
[]
[]
[failureBoundary]
type = 'RunException'
input = 'test_multi.i'
recover = false
cli_args = "Mesh/refine/boundaries='foo' --mesh-only"
expect_err = "The boundary *"
requirement = 'The system shall error if the specified boundary to be refined does not exist'
[]
[]

0 comments on commit b264c73

Please sign in to comment.