From 402fa2ceeb769221966481d03ecc9cfdcc2ba13d Mon Sep 17 00:00:00 2001 From: David Cole Date: Fri, 16 Oct 2009 11:47:51 -0400 Subject: Allow test to pass even if an expected-to-fail submit claims 'Submission successful' - apparently when there is a valid HTTP_PROXY involved, our submitting to an empty drop location appears to succeed. Presumably, the proxy simply takes it like a man, and then discards it... --- Tests/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt index cc3ee933..9763e49 100644 --- a/Tests/CMakeLists.txt +++ b/Tests/CMakeLists.txt @@ -1138,7 +1138,8 @@ ${CMake_BINARY_DIR}/bin/cmake -DVERSION=CVS -P ${CMake_SOURCE_DIR}/Utilities/Rel set(regex "${regex}(Couldn.t resolve host ") set(regex "${regex}|couldn.t connect to host") set(regex "${regex}|libcurl was built with SSL disabled. https: not supported)") - set(regex "${regex}|Submission method .xmlrpc. not compiled into CTest)") + set(regex "${regex}|Submission method .xmlrpc. not compiled into CTest") + set(regex "${regex}|Submission successful)") set(ctest_coverage_labels_args "") -- cgit v0.12