summaryrefslogtreecommitdiff
path: root/indra/llmessage/tests
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2012-06-07 05:46:47 -0400
committerNat Goodspeed <nat@lindenlab.com>2012-06-07 05:46:47 -0400
commitd167ebe35f8cdec1ca88e0d817e2878f14a5aa68 (patch)
treee2f41e4727ff6a1344eef069798859ef2bd4acac /indra/llmessage/tests
parent3d1cb7ef111cbd5724262077702e0dc2a3d6998d (diff)
MAINT-1144: Try to fix Windows build error in llhttpclient_test.cpp.
Diffstat (limited to 'indra/llmessage/tests')
-rw-r--r--indra/llmessage/tests/llhttpclient_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmessage/tests/llhttpclient_test.cpp b/indra/llmessage/tests/llhttpclient_test.cpp
index 986fd5f3fc..843c3bcc4b 100644
--- a/indra/llmessage/tests/llhttpclient_test.cpp
+++ b/indra/llmessage/tests/llhttpclient_test.cpp
@@ -363,7 +363,7 @@ namespace tut
runThePump();
ensureStatusOK();
LLSD header = getHeader();
- ensure_equals("got a header", header.emptyMap().asBoolean(), FALSE);
+ ensure("got a header", ! header.emptyMap().asBoolean());
}
template<> template<>
void HTTPClientTestObject::test<9>()