# HG changeset patch # User Sebastien Jodogne # Date 1406194875 -7200 # Node ID 03c738276a04fb31a540f9ccbbe89f25f242aaf0 # Parent 6f923d52a46c255f8f6cf3e591ca176286d8722a oups diff -r 6f923d52a46c -r 03c738276a04 UnitTestsSources/LuaTests.cpp --- a/UnitTestsSources/LuaTests.cpp Thu Jul 24 11:37:02 2014 +0200 +++ b/UnitTestsSources/LuaTests.cpp Thu Jul 24 11:41:15 2014 +0200 @@ -259,7 +259,7 @@ lua.Execute(s, "print(JSON:decode(HttpGet(\"" + url + "\")) ['Product'])"); ASSERT_EQ("OrthancClient", Orthanc::Toolbox::StripSpaces(s)); -#if 1 +#if 0 // This part of the test can only be executed if one instance of // Orthanc is running on the localhost