From: David Wells Date: Mon, 19 Jun 2017 20:41:53 +0000 (-0400) Subject: Fix two test outputs. X-Git-Tag: v9.0.0-rc1~1490^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97fe47278cc42c3d8ab783c4b0a181ed7c83d2ac;p=dealii.git 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. --- 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)]