Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/src/bcs/FoamTestBC.C
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#include "FoamTestBC.h"

registerMooseObject("hippoApp", FoamTestBC);
registerMooseObject("hippoTestApp", FoamTestBC);
2 changes: 1 addition & 1 deletion test/src/problems/FailingProblem.C
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

#include "MooseApp.h"

registerMooseObject("hippoApp", FailingProblem);
registerMooseObject("hippoTestApp", FailingProblem);

InputParameters
FailingProblem::validParams()
Expand Down
7 changes: 7 additions & 0 deletions test/tests/actions/foam_bc/tests
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
type = RunApp
input = main.i
prereq = foam_bc_action/setup
allow_test_objects = true
allow_warnings = true
[]
[foam_var_error]
Expand All @@ -16,6 +17,7 @@
prereq = foam_bc_action/setup
expect_err = "There is no OpenFOAM field named 'T1'"
cli_args = 'FoamBCs/temp/foam_variable=T1'
allow_test_objects = true
allow_warnings = true
[]
[foam_boundary_error]
Expand All @@ -24,6 +26,7 @@
prereq = foam_bc_action/setup
expect_err = "Boundary 'left1' not found in FoamMesh"
cli_args = 'FoamBCs/temp/boundary=left1'
allow_test_objects = true
allow_warnings = true
[]
[foam_duplicated_boundary_error]
Expand All @@ -33,6 +36,7 @@
expect_err = "Imposed FoamBC has duplicated boundary 'left' for foam variable 'T'"
cli_args = 'FoamBCs/temp_r/boundary=left'
allow_warnings = true
allow_test_objects = true
[]
[]
[check_variable_family_order_exist]
Expand All @@ -41,18 +45,21 @@
input = order_of_t_is_not_constant.i
expect_err = "must be a constant monomial"
cli_args = "AuxVariables/T/order=FIRST"
allow_test_objects = true
[]
[order_of_t_is_not_monomial]
type = RunException
input = order_of_t_is_not_constant.i
expect_err = "must be a constant monomial"
cli_args = "AuxVariables/T/family=LAGRANGE AuxVariables/T/order=FIRST"
allow_test_objects = true
[]
[v_doesnt_exist]
type = RunException
input = order_of_t_is_not_constant.i
expect_err = "Variable 'T1' doesn't exist"
cli_args = "FoamBCs/T/v=T1"
allow_test_objects = true
[]
[]
[]
1 change: 1 addition & 0 deletions test/tests/fixed-point/restep_fixed_point/tests
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
min_parallel = 2
max_parallel = 2
prereq = 'restep/setup'
allow_test_objects=true
[]
[prep_verify]
type = RunCommand
Expand Down