From 97fe47278cc42c3d8ab783c4b0a181ed7c83d2ac Mon Sep 17 00:00:00 2001 From: David Wells Date: Mon, 19 Jun 2017 16:41:53 -0400 Subject: [PATCH] Fix two test outputs. Commit 852db02945e4eedf251d528d701b0c2b10a368c2 removed the redundant "list" (i.e., previously we printed "List list of ...") from List::description. This commit updates the output files in the corresponding tests. --- .../parameter_handler_backslash_03.output | 8 ++++---- .../parameter_handler_backslash_04.output | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/tests/parameter_handler/parameter_handler_backslash_03.output b/tests/parameter_handler/parameter_handler_backslash_03.output index 58e6b6dc24..a960e108bd 100644 --- a/tests/parameter_handler/parameter_handler_backslash_03.output +++ b/tests/parameter_handler/parameter_handler_backslash_03.output @@ -1,17 +1,17 @@ DEAL::ExcInvalidEntryForPattern (current_line_n, input_filename, entry_value, entry_name, patterns[pattern_index]->description()) Line <4> of file : - The entry value + The entry value a,\ for the entry named Function does not match the given pattern: - [List list of <[Selection a|b|c|d|e|f|g|h ]> of length 0...4294967295 (inclusive)] + [List of <[Selection a|b|c|d|e|f|g|h ]> of length 0...4294967295 (inclusive)] DEAL::ExcInvalidEntryForPattern (current_line_n, input_filename, entry_value, entry_name, patterns[pattern_index]->description()) Line <4> of file : - The entry value + The entry value a,\ for the entry named Function does not match the given pattern: - [List list of <[Selection a|b|c|d|e|f|g|h ]> of length 0...4294967295 (inclusive)] + [List of <[Selection a|b|c|d|e|f|g|h ]> of length 0...4294967295 (inclusive)] diff --git a/tests/parameter_handler/parameter_handler_backslash_04.output b/tests/parameter_handler/parameter_handler_backslash_04.output index 5037602394..542e3547a1 100644 --- a/tests/parameter_handler/parameter_handler_backslash_04.output +++ b/tests/parameter_handler/parameter_handler_backslash_04.output @@ -1,17 +1,17 @@ DEAL::ExcInvalidEntryForPattern (current_line_n, input_filename, entry_value, entry_name, patterns[pattern_index]->description()) Line <4> of file : - The entry value + The entry value a,\ b, for the entry named Function does not match the given pattern: - [List list of <[Selection a|b|c|d|e|f|g|h ]> of length 0...4294967295 (inclusive)] + [List of <[Selection a|b|c|d|e|f|g|h ]> of length 0...4294967295 (inclusive)] DEAL::ExcInvalidEntryForPattern (current_line_n, input_filename, entry_value, entry_name, patterns[pattern_index]->description()) Line <4> of file : - The entry value + The entry value a,\ b, for the entry named Function does not match the given pattern: - [List list of <[Selection a|b|c|d|e|f|g|h ]> of length 0...4294967295 (inclusive)] + [List of <[Selection a|b|c|d|e|f|g|h ]> of length 0...4294967295 (inclusive)] -- 2.39.5