Mercurial > hg > orthanc
diff UnitTestsSources/LuaTests.cpp @ 1053:ee5cbe6e48d3
oups
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 23 Jul 2014 16:52:03 +0200 |
parents | cc4ff680e2a0 |
children | 6f923d52a46c |
line wrap: on
line diff
--- a/UnitTestsSources/LuaTests.cpp Wed Jul 23 15:08:09 2014 +0200 +++ b/UnitTestsSources/LuaTests.cpp Wed Jul 23 16:52:03 2014 +0200 @@ -264,7 +264,7 @@ ASSERT_EQ("42", Orthanc::Toolbox::StripSpaces(s)); #endif -#if 1 +#if 0 lua.Execute(s, "print(HttpGet('http://localhost:8042/modalities'))"); lua.Execute(s, "print(HttpPut('http://localhost:8042/modalities/lua', '[ \"ORTHANC\", \"localhost\", 4242 ]'))"); lua.Execute(s, "print(HttpGet('http://localhost:8042/modalities'))");