summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/components/smtp/client-test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sca-cpp/trunk/components/smtp/client-test.cpp')
-rw-r--r--sca-cpp/trunk/components/smtp/client-test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/sca-cpp/trunk/components/smtp/client-test.cpp b/sca-cpp/trunk/components/smtp/client-test.cpp
index 10274a6248..4a60b475fc 100644
--- a/sca-cpp/trunk/components/smtp/client-test.cpp
+++ b/sca-cpp/trunk/components/smtp/client-test.cpp
@@ -38,8 +38,8 @@ namespace smtp {
const string postURI("http://localhost:8090/smtppost");
-bool testPost() {
- http::CURLSession cs("", "", "", "", 0);
+const bool testPost() {
+ const http::CURLSession cs("", "", "", "", 0);
const failable<value> val = http::get(postURI, cs);
assert(hasContent(val));