Skip to content

Commit

Permalink
fix missing fields via unintential HIT comment syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
rwcarlsen committed Apr 15, 2019
1 parent 4e26214 commit 31842b4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
@@ -1,6 +1,6 @@
[Tests]
design = 'functional_expansion_tools/index.md'
issues = #10577
issues = '#10577'
[./interface_coupling]
type = Exodiff
input = interface_coupled.i
Expand Down
4 changes: 2 additions & 2 deletions test/tests/mesh/no_mesh_block/tests
Expand Up @@ -4,7 +4,7 @@
input = 'no_mesh_block.i'
expect_err = "No mesh file was supplied and no generation block was provided"

issues = #2408
issues = '#2408'
design = "Mesh/index.md"
requirement = "The system shall issue an error if no Mesh block is provided."
[../]
Expand All @@ -14,7 +14,7 @@
input = 'generators_no_mesh_block.i'
expect_err = "No mesh file was supplied and no generation block was provided"

issues = #2408
issues = '#2408'
design = "Mesh/index.md"
requirement = "The system shall issue an error if no Mesh block is provided even when MeshGenerators are provided."
[../]
Expand Down
2 changes: 1 addition & 1 deletion test/tests/misc/app_name/tests
Expand Up @@ -5,7 +5,7 @@
expect_out = "MooseTestApp"
input = 'IGNORED'
input_switch = ''
issues = #11337
issues = '#11337'
design = MooseApp.md
requirement = "The compiled application shall be capable of returning the name used for registering objects."
[../]
Expand Down
2 changes: 1 addition & 1 deletion test/tests/multiapps/time_offset/tests
Expand Up @@ -4,7 +4,7 @@
input = master.i
exodiff = master_out_sub_app0.e

issues = #12755
issues = '#12755'
requirement = "The system shall support a time offset between the master and a subapp when using the Multiapp system."
design = "TransientMultiApp.md"
[]
Expand Down

0 comments on commit 31842b4

Please sign in to comment.