Update for an Issue #161 (now detecting format error messages too)

This commit is contained in:
Miroslav Stampar
2012-08-22 15:51:47 +02:00
parent dbbfee6c93
commit 52351e5d81
2 changed files with 29 additions and 21 deletions

View File

@@ -452,3 +452,6 @@ GENERIC_DOC_ROOT_DIRECTORY_NAMES = ("htdocs", "wwwroot", "www")
# Maximum length of a help part containing switch/option name(s)
MAX_HELP_OPTION_LENGTH = 18
# Strings for detecting formatting errors
FORMAT_EXCEPTION_STRINGS = ("Type mismatch", "System.FormatException", "java.lang.NumberFormatException")