From 30b6db7cefed2a03b5b8eaf802d34a2a40937751 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 6 Oct 2016 13:20:36 -0600 Subject: [PATCH] Fix test output. --- .../parameter_handler_19.debug.output | 26 ++++++++----------- 1 file changed, 11 insertions(+), 15 deletions(-) diff --git a/tests/parameter_handler/parameter_handler_19.debug.output b/tests/parameter_handler/parameter_handler_19.debug.output index 6e93f143c7..3af2027657 100644 --- a/tests/parameter_handler/parameter_handler_19.debug.output +++ b/tests/parameter_handler/parameter_handler_19.debug.output @@ -1,32 +1,28 @@ -DEAL::* no subsection to leave: -DEAL::Exception +DEAL::* no subsection to leave: +DEAL::Exception -------------------------------------------------------- An error occurred in file in function void dealii::ParameterHandler::leave_subsection() -The violated condition was: +The violated condition was: subsection_path.size() != 0 -The name and call sequence of the exception was: - ExcAlreadyAtTopLevel() -Additional Information: -(none) +Additional information: + (none) -------------------------------------------------------- DEAL:: DEAL::* parse_input with missing 'end': DEAL::ExcUnbalancedSubsections (filename, paths_message.str()) -There are unequal numbers of 'subsection' and 'end' statements in the parameter file . + There are unequal numbers of 'subsection' and 'end' statements in the parameter file . DEAL:: -DEAL::Exception +DEAL::Exception -------------------------------------------------------- An error occurred in file in function void dealii::ParameterHandler::leave_subsection() -The violated condition was: +The violated condition was: subsection_path.size() != 0 -The name and call sequence of the exception was: - ExcAlreadyAtTopLevel() -Additional Information: -(none) +Additional information: + (none) -------------------------------------------------------- DEAL:: @@ -34,7 +30,7 @@ DEAL::* Check non empty path before parse_input() DEAL:: DEAL::* Check parse_input() catches messing with path: DEAL::ExcUnbalancedSubsections (filename, paths_message.str()) -There are unequal numbers of 'subsection' and 'end' statements in the parameter file . + There are unequal numbers of 'subsection' and 'end' statements in the parameter file . Path before loading input: subsection test Current path: -- 2.39.5