Remove covered test cases from error_codes.py exception list

This commit is contained in:
Alex Beregszaszi 2020-08-05 21:09:49 +01:00
parent 0a8bc861b2
commit 028f77e8cc

View File

@ -217,15 +217,15 @@ def examine_id_coverage(top_dir, source_id_to_file_names, new_ids_only=False):
return False
old_source_only_ids = {
"1054", "1123", "1133", "1220", "1395", "1584", "1733", "1823", "1950", "1957",
"1988", "2418", "2461", "2512", "2592", "2657", "2800", "2842", "2856", "3069",
"3263", "3287", "3299", "3356", "3384", "3441", "3517", "3682", "3781", "3876",
"3893", "3947", "3997", "4010", "4110", "4294", "4802", "4805", "4828", "4846",
"1054", "1123", "1133", "1220", "1584", "1823", "1950", "1957",
"1988", "2418", "2461", "2512", "2592", "2657", "2800", "2842", "2856",
"3263", "3299", "3356", "3441", "3682", "3876",
"3893", "3997", "4010", "4110", "4802", "4805", "4828",
"4904", "4990", "5052", "5073", "5170", "5188", "5272", "5333", "5347", "5473",
"5622", "6041", "6052", "6272", "6708", "6792", "6931", "7110", "7128", "7186",
"7319", "7589", "7593", "7653", "7771", "7812", "7885", "8065", "8084", "8140",
"8143", "8261", "8311", "8312", "8452", "8592", "8758", "8794", "9005", "9011",
"9085", "9102", "9114", "9390", "9439", "9440", "9547", "9551", "9615", "9980"
"7319", "7589", "7593", "7653", "7812", "7885", "8065", "8084", "8140",
"8261", "8312", "8452", "8592", "8758", "9011",
"9085", "9102", "9390", "9439", "9440", "9547", "9551", "9615", "9980"
}
new_source_only_ids = source_only_ids - old_source_only_ids
if len(new_source_only_ids) != 0: