changeset 1056:03c738276a04

oups
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 24 Jul 2014 11:41:15 +0200
parents 6f923d52a46c
children 3a26bc6e4867
files UnitTestsSources/LuaTests.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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