diff --git a/test/src/bcs/FoamTestBC.C b/test/src/bcs/FoamTestBC.C index e4cb541e..228c5fb2 100644 --- a/test/src/bcs/FoamTestBC.C +++ b/test/src/bcs/FoamTestBC.C @@ -1,3 +1,3 @@ #include "FoamTestBC.h" -registerMooseObject("hippoApp", FoamTestBC); +registerMooseObject("hippoTestApp", FoamTestBC); diff --git a/test/src/problems/FailingProblem.C b/test/src/problems/FailingProblem.C index 49f8257b..c27240f2 100644 --- a/test/src/problems/FailingProblem.C +++ b/test/src/problems/FailingProblem.C @@ -12,7 +12,7 @@ #include "MooseApp.h" -registerMooseObject("hippoApp", FailingProblem); +registerMooseObject("hippoTestApp", FailingProblem); InputParameters FailingProblem::validParams() diff --git a/test/tests/actions/foam_bc/tests b/test/tests/actions/foam_bc/tests index 26416e43..3e5b200b 100644 --- a/test/tests/actions/foam_bc/tests +++ b/test/tests/actions/foam_bc/tests @@ -8,6 +8,7 @@ type = RunApp input = main.i prereq = foam_bc_action/setup + allow_test_objects = true allow_warnings = true [] [foam_var_error] @@ -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] @@ -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] @@ -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] @@ -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 [] [] [] diff --git a/test/tests/fixed-point/restep_fixed_point/tests b/test/tests/fixed-point/restep_fixed_point/tests index 893cbada..abf55e93 100644 --- a/test/tests/fixed-point/restep_fixed_point/tests +++ b/test/tests/fixed-point/restep_fixed_point/tests @@ -11,6 +11,7 @@ min_parallel = 2 max_parallel = 2 prereq = 'restep/setup' + allow_test_objects=true [] [prep_verify] type = RunCommand