Merge topic 'fix-test-FailedSubmit-match'

e0acdd1a Tests: Adjust expected error message in FailedSubmit-ftp
This commit is contained in:
Brad King 2014-09-29 09:21:41 -04:00 committed by CMake Topic Stage
commit ea438b3a6d
1 changed files with 1 additions and 1 deletions

View File

@ -2609,7 +2609,7 @@ ${CMake_BINARY_DIR}/bin/cmake -DDIR=dev -P ${CMake_SOURCE_DIR}/Utilities/Release
set(regex "${regex}|Error message was: ")
set(regex "${regex}([Cc]ould *n.t resolve host")
set(regex "${regex}|[Cc]ould *n.t connect to host")
set(regex "${regex}|Failed connect to")
set(regex "${regex}|Failed *t*o* connect to")
set(regex "${regex}|Empty reply from server")
set(regex "${regex}|The requested URL returned error")
set(regex "${regex}|libcurl was built with SSL disabled. https: not supported)")