Mercurial > hg > orthanc
diff UnitTests/main.cpp @ 29:042ac60f5bf9
simplified build of curl
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 29 Aug 2012 15:27:13 +0200 |
parents | 6ba765ecf3db |
children | a15e90e5d6fc |
line wrap: on
line diff
--- a/UnitTests/main.cpp Wed Aug 29 11:07:55 2012 +0200 +++ b/UnitTests/main.cpp Wed Aug 29 15:27:13 2012 +0200 @@ -273,15 +273,6 @@ ASSERT_EQ("SGVsbG8gd29ybGQ=", Toolbox::EncodeBase64("Hello world")); } -TEST(tutu, tata) -{ - HttpClient c; - c.SetUrl("https://localhost:8000/instances"); - std::string s; - ASSERT_TRUE(c.Apply(s)); -} - - int main(int argc, char **argv) { PalantirInitialize();