Skip to content
Snippets Groups Projects
Commit d167ebe3 authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

MAINT-1144: Try to fix Windows build error in llhttpclient_test.cpp.

parent 3d1cb7ef
No related branches found
No related tags found
No related merge requests found
...@@ -363,7 +363,7 @@ namespace tut ...@@ -363,7 +363,7 @@ namespace tut
runThePump(); runThePump();
ensureStatusOK(); ensureStatusOK();
LLSD header = getHeader(); LLSD header = getHeader();
ensure_equals("got a header", header.emptyMap().asBoolean(), FALSE); ensure("got a header", ! header.emptyMap().asBoolean());
} }
template<> template<> template<> template<>
void HTTPClientTestObject::test<9>() void HTTPClientTestObject::test<9>()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment