diff --git a/modules/tensor_mechanics/test/tests/line_material_rank_two_sampler/tests b/modules/tensor_mechanics/test/tests/line_material_rank_two_sampler/tests index f474337853bd..90e6f8785d78 100644 --- a/modules/tensor_mechanics/test/tests/line_material_rank_two_sampler/tests +++ b/modules/tensor_mechanics/test/tests/line_material_rank_two_sampler/tests @@ -1,14 +1,22 @@ [Tests] + issues = '#4462' [./rank_two_sampler] type = 'CSVDiff' input = 'rank_two_sampler.i' csvdiff = 'rank_two_sampler_out_stress_xx_0010.csv' compiler = '!INTEL' + design = 'source/vectorpostprocessors/LineMaterialRankTwoSampler.md' + requirement = "MOOSE shall allow sampling of material properties derived + from rank two tensors along a line and output those + quantities via a vectorpostprocessor." [../] [./rank_two_scalar_sampler] type = 'CSVDiff' input = 'rank_two_scalar_sampler.i' csvdiff = 'rank_two_scalar_sampler_out_vonmises_0010.csv' compiler = '!INTEL' + design = 'source/vectorpostprocessors/LineMaterialRankTwoScalarSampler.md' + requirement = "MOOSE shall allow sampling of scalar material properties along a + line and output those quantities via a vectorpostprocessor." [../] []