# HG changeset patch # User Sebastien Jodogne # Date 1406127123 -7200 # Node ID ee5cbe6e48d327e262085166d584a8326e52594b # Parent cc4ff680e2a0bb956c44418bd5c510729981d190 oups diff -r cc4ff680e2a0 -r ee5cbe6e48d3 UnitTestsSources/LuaTests.cpp --- 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'))");